summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbleeptrack <sabine.wieluch@gmail.com>2020-08-11 22:17:17 +0200
committerGitHub <noreply@github.com>2020-08-11 22:17:17 +0200
commit22ae1dbac805e6474e892d0239c3ef21a3d71700 (patch)
tree8bb7ccf5ecfea963af3136e1fe3d53587064ac67
parent795ee3d36a5c3686f4656d09664d7660d0aec68d (diff)
Removing unnecessary pin ignored
-rw-r--r--ports/atmel-samd/boards/picoplanet/mpconfigboard.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/ports/atmel-samd/boards/picoplanet/mpconfigboard.h b/ports/atmel-samd/boards/picoplanet/mpconfigboard.h
index 9bcb78e44..c5addf639 100644
--- a/ports/atmel-samd/boards/picoplanet/mpconfigboard.h
+++ b/ports/atmel-samd/boards/picoplanet/mpconfigboard.h
@@ -26,30 +26,7 @@
#define IGNORE_PIN_PA25 1
#define IGNORE_PIN_PA27 1
#define IGNORE_PIN_PA28 1
-//#define IGNORE_PIN_PA30 1
#define IGNORE_PIN_PA31 1
-#define IGNORE_PIN_PB01 1
-#define IGNORE_PIN_PB02 1
-#define IGNORE_PIN_PB03 1
-#define IGNORE_PIN_PB04 1
-#define IGNORE_PIN_PB05 1
-#define IGNORE_PIN_PB06 1
-#define IGNORE_PIN_PB07 1
-#define IGNORE_PIN_PB08 1
-#define IGNORE_PIN_PB09 1
-#define IGNORE_PIN_PB10 1
-#define IGNORE_PIN_PB11 1
-#define IGNORE_PIN_PB12 1
-#define IGNORE_PIN_PB13 1
-#define IGNORE_PIN_PB14 1
-#define IGNORE_PIN_PB15 1
-#define IGNORE_PIN_PB16 1
-#define IGNORE_PIN_PB17 1
-#define IGNORE_PIN_PB22 1
-#define IGNORE_PIN_PB23 1
-#define IGNORE_PIN_PB30 1
-#define IGNORE_PIN_PB31 1
-#define IGNORE_PIN_PB00 1
#define DEFAULT_I2C_BUS_SCL (&pin_PA09)
#define DEFAULT_I2C_BUS_SDA (&pin_PA08)