Update PinNames.h

pull/3291/head
Michael Ammann 2016-11-21 08:07:58 +01:00 committed by GitHub
parent 5cf34fac8e
commit 76cfccb716
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ typedef enum {
NINA_B1_GPIO_29 = p10, NINA_B1_GPIO_29 = p10,
// Board pins // Board pins
LED1 = NINA-B1_GPIO_7, // ORANGE LED1 = NINA_B1_GPIO_7, // ORANGE
LED2 = NC, LED2 = NC,
LED3 = NC, LED3 = NC,
LED4 = NC, LED4 = NC,
@ -103,4 +103,4 @@ typedef enum {
} }
#endif #endif
#endif #endif