File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 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;
2828static const uint8_t MISO = 19 ;
2929static const uint8_t SCK = 18 ;
3030
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;
3232static const uint8_t MISO = 19 ;
3333static const uint8_t SCK = 18 ;
3434
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;
77#define BUILTIN_LED LED_BUILTIN // backward compatibility
88#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
99
10- static const uint8_t SAFFRON_LED = 12 ;
10+ static const uint8_t SAFFRON_LED = 12 ;
1111static const uint8_t WHITE_LED = 2 ;
1212static const uint8_t GREEN_LED = 13 ;
1313
@@ -32,5 +32,4 @@ static const uint8_t MOSI = 23;
3232static const uint8_t MISO = 19 ;
3333static const uint8_t SCK = 18 ;
3434
35-
36- #endif /* Pins_Arduino_h */
35+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments