Adding omitted definition for LED4. This is used as a STATUS LED.

pull/10582/head
Malavika Sajikumar 2019-05-14 12:32:44 -07:00
parent e0faeb2b65
commit 82a6f157b3
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ typedef enum {
LED1 = PK_7, // Red LED
LED2 = PK_6, // Orange LED
LED3 = PK_5, // Green LED
LED4 = PK_4,
LED_RED = LED1,
LED_ORANGE = LED2,
LED_GREEN = LED3,