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.
2 parents 9bb9f9b + d794464 commit c302c23Copy full SHA for c302c23
lib/tinyusb
ports/atmel-samd/boards/bdmicro_vina_d21/mpconfigboard.h
@@ -33,3 +33,9 @@
33
// USB is always used internally so skip the pin objects for it.
34
#define IGNORE_PIN_PA24 1
35
#define IGNORE_PIN_PA25 1
36
+
37
+// Pins not used by pins.c or SPI flash.
38
+#define IGNORE_PIN_PA00 1
39
+#define IGNORE_PIN_PA01 1
40
+#define IGNORE_PIN_PA03 1
41
+#define IGNORE_PIN_PA30 1
0 commit comments