File tree 4 files changed +5
-5
lines changed
hardware/arduino/variants
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ static const uint8_t SCK = 13;
44
44
45
45
static const uint8_t SDA = 18 ;
46
46
static const uint8_t SCL = 19 ;
47
- static const uint8_t LED_BUILTIN = 9 ;
47
+ #define LED_BUILTIN 9
48
48
49
49
static const uint8_t A0 = 14 ;
50
50
static const uint8_t A1 = 15 ;
Original file line number Diff line number Diff line change 101
101
102
102
static const uint8_t SDA = 2 ;
103
103
static const uint8_t SCL = 3 ;
104
- static const uint8_t LED_BUILTIN = 13 ;
104
+ #define LED_BUILTIN 13
105
105
106
106
// Map SPI port to 'new' pins D14..D17
107
107
static const uint8_t SS = 17 ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static const uint8_t SCK = 52;
39
39
40
40
static const uint8_t SDA = 20 ;
41
41
static const uint8_t SCL = 21 ;
42
- static const uint8_t LED_BUILTIN = 13 ;
42
+ #define LED_BUILTIN 13
43
43
44
44
static const uint8_t A0 = 54 ;
45
45
static const uint8_t A1 = 55 ;
@@ -360,4 +360,4 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = {
360
360
361
361
#endif
362
362
363
- #endif
363
+ #endif
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ static const uint8_t SCK = 13;
44
44
45
45
static const uint8_t SDA = 18 ;
46
46
static const uint8_t SCL = 19 ;
47
- static const uint8_t LED_BUILTIN = 13 ;
47
+ #define LED_BUILTIN 13
48
48
49
49
static const uint8_t A0 = 14 ;
50
50
static const uint8_t A1 = 15 ;
You can’t perform that action at this time.
0 commit comments