Skip to content

Commit c0d4ce9

Browse files
committed
Fix broken path
1 parent bbb391f commit c0d4ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stm32f401_discovery/gyroscope/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:disco-f401vc</extends>
33
<options>
4-
<option name="modm:build:build.path">../../../build/nucleo_l432kc/gyroscope</option>
4+
<option name="modm:build:build.path">../../../build/stm32f401_discovery/gyroscope</option>
55
</options>
66
<modules>
77
<module>modm:driver:l3gd20</module>

0 commit comments

Comments
 (0)