mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
fix board common variant inclusion for deprecated BUILTIN_LED (#4366)
This commit is contained in:
@ -26,8 +26,6 @@
|
||||
#ifndef Pins_Arduino_h
|
||||
#define Pins_Arduino_h
|
||||
|
||||
#include "../generic/common.h"
|
||||
|
||||
#define PHOENIX_VERSION 2
|
||||
|
||||
#define PIN_WIRE_SDA (4)
|
||||
@ -38,4 +36,6 @@ static const uint8_t SCL = PIN_WIRE_SCL;
|
||||
|
||||
#define LED_BUILTIN 2
|
||||
|
||||
#include "../generic/common.h"
|
||||
|
||||
#endif /* Pins_Arduino_h */
|
||||
|
Reference in New Issue
Block a user