mirror of
https://github.com/esp8266/Arduino.git
synced 2025-12-09 08:01:38 +03:00
fix board common variant inclusion for deprecated BUILTIN_LED (#4366)
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
#ifndef Pins_Arduino_h
|
||||
#define Pins_Arduino_h
|
||||
|
||||
#include "../generic/common.h"
|
||||
|
||||
#define PIN_WIRE_SDA (4)
|
||||
#define PIN_WIRE_SCL (5)
|
||||
|
||||
@@ -53,4 +51,6 @@ static const uint8_t D8 = 15;
|
||||
static const uint8_t D9 = 3;
|
||||
static const uint8_t D10 = 1;
|
||||
|
||||
#include "../generic/common.h"
|
||||
|
||||
#endif /* Pins_Arduino_h */
|
||||
|
||||
Reference in New Issue
Block a user