Adding LED defines for CI

pull/8756/head
Ashok Rao 2018-11-16 09:51:32 +00:00
parent 1bdfcba99b
commit ec78ca937f
1 changed files with 1 additions and 5 deletions

View File

@ -145,14 +145,10 @@ typedef enum {
//LEDs
LED1 = P_22,
LED_RED = LED1,
/*
LED2 = NC,
LED3 = NC,
LED_GREEN = LED2,
LED_BLUE = LED3,
*/
GP0 = P_23,
//Standardized button name
BUTTON1 = GP0,