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