Don't make Pins for those not connected on Itsy M0

This commit is contained in:
Scott Shawcroft 2019-04-10 00:06:59 -07:00
parent d8763debf5
commit 44e32506ed
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59

View File

@ -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