forked from espressif/arduino-esp32
Added #define LED_BUILTIN to all pins_arduino.h that need it. (#4520)
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
/* LED_BUILTIN is kept for compatibility reason; mapped to LED2 on the LogSens V1.1 Board */
|
||||
static const uint8_t LED_BUILTIN = 33;
|
||||
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
||||
#define LED_BUILTIN LED_BUILTIN
|
||||
|
||||
/* UART0: Serial Port for Programming and Debugging on the LogSens V1.1 Board */
|
||||
static const uint8_t TX = 1;
|
||||
|
Reference in New Issue
Block a user