Skip to content

Commit 8816bb5

Browse files
authoredNov 10, 2020
Added #define LED_BUILTIN to all pins_arduino.h that need it. (#4520)
1 parent 3274602 commit 8816bb5

File tree

54 files changed

+54
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-0
lines changed
 

‎variants/Microduino-esp32/pins_arduino.h

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
static const uint8_t LED_BUILTIN = -1;
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16+
#define LED_BUILTIN LED_BUILTIN
1617

1718
#define MTDO 15
1819
#define MTDI 12

‎variants/S_ODI_Ultra_v1/pins_arduino.h

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
static const uint8_t LED_BUILTIN = 2;
1515
static const uint8_t LED_BUILTINB = 4;
1616
#define BUILTIN_LED LED_BUILTIN // backward compatibility
17+
#define LED_BUILTIN LED_BUILTIN
1718
#define BUILTIN_LED2 LED_BUILTINB
1819

1920
static const uint8_t TX = 1;

0 commit comments

Comments
 (0)