Skip to content

Commit caa7bd4

Browse files
committed
fixup: example build folder
1 parent f1fcb07 commit caa7bd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/nucleo_h755zi-q/blink/cm4/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<library>
22
<extends>modm:nucleo-h755zi-q</extends>
33
<options>
4-
<option name="modm:build:build.path">../../../build/nucleo_h755zi-q/blink_cm4</option>
4+
<option name="modm:build:build.path">../../../../build/nucleo_h755zi-q/blink_cm4</option>
55
<option name="modm:target">stm32h755zit6@m4</option>
66
</options>
77
<modules>

examples/nucleo_h755zi-q/blink/cm7/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<library>
22
<extends>modm:nucleo-h755zi-q</extends>
33
<options>
4-
<option name="modm:build:build.path">../../../build/nucleo_h755zi-q/blink_cm7</option>
4+
<option name="modm:build:build.path">../../../../build/nucleo_h755zi-q/blink_cm7</option>
55
<option name="modm:target">stm32h755zit6@m7</option>
66
</options>
77
<modules>

0 commit comments

Comments
 (0)