mirror of https://github.com/ARMmbed/mbed-os.git
Set LED4 the same as LED3 to get tests-mbedmicro-rtos-mbed-timer to pass. If set to NC the test will assert.
parent
9b082fff55
commit
461c1b8492
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue