Skip to content

Commit 0638d41

Browse files
committed
[examples] Fix multi-target examples
1 parent c62e983 commit 0638d41

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

examples/generic/README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/generic/delay/project.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121
<options>
2222
<option name="modm:build:build.path">../../../build/generic/delay</option>
2323
<option name="modm:io:with_printf">true</option>
24+
<!-- Required for modm:samd21-mini -->
2425
<!-- <option name="modm:tinyusb:config">device.cdc</option> -->
2526
</options>
2627
<modules>
2728
<module>modm:build:scons</module>
2829
<module>modm:debug</module>
2930
<module>modm:driver:cycle_counter</module>
31+
<!-- Required for modm:samd21-mini -->
3032
<!-- <module>modm:tinyusb</module> -->
3133
</modules>
3234
</library>

0 commit comments

Comments
 (0)