Skip to content

Commit

Permalink
Fixing multiple entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
bungogood committed Sep 5, 2024
1 parent 843c709 commit 969a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ test_ignore = test_native

[env:native]
platform = native
build_src_filter = -<*> +<native.cpp>
build_src_filter = +<*> -<main.cpp>
test_ignore = test_embedded

0 comments on commit 969a5c5

Please sign in to comment.