Set LED4 the same as LED3 to get tests-mbedmicro-rtos-mbed-timer to pass. If set to NC the test will assert.

pull/4674/head
andreas.larsson 2017-06-30 12:29:38 +02:00
parent 9b082fff55
commit 461c1b8492
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,