We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62e983 commit 0638d41Copy full SHA for 0638d41
examples/generic/README.md
examples/generic/delay/project.xml
@@ -21,12 +21,14 @@
21
<options>
22
<option name="modm:build:build.path">../../../build/generic/delay</option>
23
<option name="modm:io:with_printf">true</option>
24
+ <!-- Required for modm:samd21-mini -->
25
<!-- <option name="modm:tinyusb:config">device.cdc</option> -->
26
</options>
27
<modules>
28
<module>modm:build:scons</module>
29
<module>modm:debug</module>
30
<module>modm:driver:cycle_counter</module>
31
32
<!-- <module>modm:tinyusb</module> -->
33
</modules>
34
</library>
0 commit comments