Maxim 3630: define LED4 same as LED1

pull/3651/head
0xc0170 2017-01-27 09:43:45 +02:00
parent 15cd3da4ba
commit 801708b594
1 changed files with 1 additions and 1 deletions

View File

@ -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,