Skip to content

Commit 461c1b8

Browse files
author
andreas.larsson
committed
Set LED4 the same as LED3 to get tests-mbedmicro-rtos-mbed-timer to pass. If set to NC the test will assert.
1 parent 9b082ff commit 461c1b8

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)