Skip to content

Commit

Permalink
fixup: example build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand committed Apr 10, 2022
1 parent f1fcb07 commit caa7bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nucleo_h755zi-q/blink/cm4/project.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<library>
<extends>modm:nucleo-h755zi-q</extends>
<options>
<option name="modm:build:build.path">../../../build/nucleo_h755zi-q/blink_cm4</option>
<option name="modm:build:build.path">../../../../build/nucleo_h755zi-q/blink_cm4</option>
<option name="modm:target">stm32h755zit6@m4</option>
</options>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion examples/nucleo_h755zi-q/blink/cm7/project.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<library>
<extends>modm:nucleo-h755zi-q</extends>
<options>
<option name="modm:build:build.path">../../../build/nucleo_h755zi-q/blink_cm7</option>
<option name="modm:build:build.path">../../../../build/nucleo_h755zi-q/blink_cm7</option>
<option name="modm:target">stm32h755zit6@m7</option>
</options>
<modules>
Expand Down

0 comments on commit caa7bd4

Please sign in to comment.