Merge pull request #4674 from andreaslarssonublox/ublox_evk_nina_b1_fix_led4

Fix LED4 for UBLOX_EVK_NINA_B1
pull/4732/head
Jimmy Brisson 2017-07-10 12:06:11 -05:00 committed by GitHub
commit aae62bd990
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ typedef enum {
LED1 = NINA_B1_GPIO_1, // Red
LED2 = NINA_B1_GPIO_7, // Green/SW1
LED3 = NINA_B1_GPIO_8, // Blue
LED4 = NC,
LED4 = NINA_B1_GPIO_8,
SW1 = NINA_B1_GPIO_7,
SW2 = NINA_B1_GPIO_18,
D0 = NINA_B1_GPIO_23,