Skip to content

Commit

Permalink
Fix missing project dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehaenger committed Jul 29, 2024
1 parent b873fda commit f4b5d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/stm32c0x/blink-clock/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<option name="modm:build:build.path">../../../build/stm32c0x/blink-clock</option>
</options>
<modules>
<module>modm:debug</module>
<module>modm:platform:core</module>
<module>modm:platform:rcc</module>
<module>modm:platform:gpio</module>
Expand Down
1 change: 1 addition & 0 deletions examples/stm32c0x/blink-delay/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<option name="modm:build:build.path">../../../build/stm32c0x/blink-delay</option>
</options>
<modules>
<module>modm:debug</module>
<module>modm:platform:core</module>
<module>modm:platform:rcc</module>
<module>modm:platform:gpio</module>
Expand Down

0 comments on commit f4b5d40

Please sign in to comment.