summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-04-10 00:06:59 -0700
committerScott Shawcroft <scott@tannewt.org>2019-04-10 00:06:59 -0700
commit44e32506edd8c4d44e0412e912e7cce86df46366 (patch)
treebabbfd337b40eedc3b70a72ec4cec9d8322777b2
parentd8763debf5ad5c936a535f222cff8c07b879fa77 (diff)
Don't make Pins for those not connected on Itsy M0
-rw-r--r--ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.h b/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.h
index 530e7e4c3..79d0cd269 100644
--- a/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.h
+++ b/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.h
@@ -36,3 +36,7 @@
// USB is always used internally so skip the pin objects for it.
#define IGNORE_PIN_PA24 1
#define IGNORE_PIN_PA25 1
+
+// Not connected
+#define IGNORE_PIN_PA13 1
+#define IGNORE_PIN_PA28 1