Skip to content

Commit

Permalink
Fix project error
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Dec 1, 2024
1 parent 3686e90 commit 0576035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk2_3phase_RFdatalog_temp/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ build_unflags =
-std=c++11
-std=gnu++11

extra_scripts = pre:inject_sketch_name.py
check_tool = cppcheck, clangtidy
check_flags =
cppcheck: --enable=all --std=c++17 --suppress=missingIncludeSystem
Expand All @@ -37,6 +36,7 @@ platform = atmelavr
framework = arduino
board = uno
test_framework = unity
extra_scripts = pre:inject_sketch_name.py

[env:basic]
build_src_filter =
Expand Down

0 comments on commit 0576035

Please sign in to comment.