File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Compile Sketch
104104 run : arduino-cli compile -v -e -b SparkFun:apollo3:sfe_artemis_atp ./Firmware/${{ env.FILENAME_PREFIX }}/${{ env.FILENAME_PREFIX }}.ino
105- --build-property "compiler.cpp.extra_flags=\"-DICM_20948_USE_DMP\"
105+ --build-property "compiler.cpp.extra_flags=\"-DICM_20948_USE_DMP\""
106106
107107 - name : Rename binary
108108 run : |
Original file line number Diff line number Diff line change 9494
9595 - name : Compile Sketch
9696 run : arduino-cli compile -v -e -b SparkFun:apollo3:sfe_artemis_atp ./Firmware/${{ env.FILENAME_PREFIX }}/${{ env.FILENAME_PREFIX }}.ino
97- --build-property "compiler.cpp.extra_flags=\"-DICM_20948_USE_DMP\"
97+ --build-property "compiler.cpp.extra_flags=\"-DICM_20948_USE_DMP\""
9898
9999 - name : Rename binary
100100 run : |
You can’t perform that action at this time.
0 commit comments