Skip to content

Commit aae62bd

Browse files
Merge pull request #4674 from andreaslarssonublox/ublox_evk_nina_b1_fix_led4
Fix LED4 for UBLOX_EVK_NINA_B1
2 parents a052fa3 + 461c1b8 commit aae62bd

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/TARGET_UBLOX_EVK_NINA_B1

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/TARGET_UBLOX_EVK_NINA_B1/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ typedef enum {
7777
LED1 = NINA_B1_GPIO_1, // Red
7878
LED2 = NINA_B1_GPIO_7, // Green/SW1
7979
LED3 = NINA_B1_GPIO_8, // Blue
80-
LED4 = NC,
80+
LED4 = NINA_B1_GPIO_8,
8181
SW1 = NINA_B1_GPIO_7,
8282
SW2 = NINA_B1_GPIO_18,
8383
D0 = NINA_B1_GPIO_23,

0 commit comments

Comments
 (0)