File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,4 @@ static const uint8_t MOSI = 23;
28
28
static const uint8_t MISO = 19 ;
29
29
static const uint8_t SCK = 18 ;
30
30
31
-
32
- #endif /* Pins_Arduino_h */
31
+ #endif /* Pins_Arduino_h */
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ static const uint8_t MOSI = 23;
32
32
static const uint8_t MISO = 19 ;
33
33
static const uint8_t SCK = 18 ;
34
34
35
- #endif /* Pins_Arduino_h */
35
+ #endif /* Pins_Arduino_h */
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ static const uint8_t LED_BUILTIN = 2;
7
7
#define BUILTIN_LED LED_BUILTIN // backward compatibility
8
8
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
9
9
10
- static const uint8_t SAFFRON_LED = 12 ;
10
+ static const uint8_t SAFFRON_LED = 12 ;
11
11
static const uint8_t WHITE_LED = 2 ;
12
12
static const uint8_t GREEN_LED = 13 ;
13
13
@@ -32,5 +32,4 @@ static const uint8_t MOSI = 23;
32
32
static const uint8_t MISO = 19 ;
33
33
static const uint8_t SCK = 18 ;
34
34
35
-
36
- #endif /* Pins_Arduino_h */
35
+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments