Skip to content

Commit bc924de

Browse files
committed
Adds missing common define
1 parent 16161a7 commit bc924de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/DWM1001-DEV/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ extern "C"
4040

4141
// LEDs
4242
#define PIN_LEDRT (22)
43+
#define PIN_LEDR (22)
4344
#define PIN_LEDRB (23)
4445
#define PIN_LEDG (24)
4546
#define PIN_LEDB (25)
4647
#define LED_BUILTIN PIN_LEDRT
4748
static const uint8_t LED_RED_TOP = PIN_LEDRT ;
49+
static const uint8_t LED_RED = PIN_LEDR ;
4850
static const uint8_t LED_RED_BOT = PIN_LEDRB ;
4951
static const uint8_t LED_GREEN = PIN_LEDG ;
5052
static const uint8_t LED_BLUE = PIN_LEDB ;

0 commit comments

Comments
 (0)