mirror of https://github.com/ARMmbed/mbed-os.git
Maxim 3630: define LED4 same as LED1
parent
15cd3da4ba
commit
801708b594
|
@ -73,7 +73,7 @@ typedef enum {
|
|||
LED1 = LED_RED,
|
||||
LED2 = LED_GREEN,
|
||||
LED3 = LED_BLUE,
|
||||
LED4 = NOT_CONNECTED,
|
||||
LED4 = LED_RED,
|
||||
|
||||
// Push button
|
||||
SW1 = P2_3,
|
||||
|
|
Loading…
Reference in New Issue