Enable -Wall build flag
This commit is contained in:
parent
5de0b22ada
commit
d1369fd8ec
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ framework = arduino
|
||||||
board_build.partitions = huge_app.csv
|
board_build.partitions = huge_app.csv
|
||||||
lib_deps = etlcpp/Embedded Template Library@^20.35.12
|
lib_deps = etlcpp/Embedded Template Library@^20.35.12
|
||||||
monitor_speed=115200
|
monitor_speed=115200
|
||||||
upload_port=/dev/ttyUSB1
|
build_flags=-Wall
|
Reference in a new issue