More variant.h cleanup. LED_NOTIFICATION, remove dead code, etc (#9477)
This commit is contained in:
@@ -43,9 +43,9 @@ extern "C" {
|
||||
|
||||
// LEDs
|
||||
#define PIN_LED1 (32 + 3) // P1.03, Green
|
||||
#define PIN_LED2 (32 + 4) // P1.04, Blue
|
||||
#define LED_BLUE (32 + 4) // P1.04, Blue
|
||||
|
||||
#define LED_BLUE PIN_LED2
|
||||
#define LED_NOTIFICATION LED_BLUE
|
||||
#define LED_STATE_ON 0 // State when LED is lit
|
||||
|
||||
// Buttons
|
||||
|
||||
Reference in New Issue
Block a user