Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Oct 7, 2024
1 parent 557dab8 commit 903f120
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions variants/BharatPi-A7672S-4G/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ static const uint8_t MOSI = 23;
static const uint8_t MISO = 19;
static const uint8_t SCK = 18;


#endif /* Pins_Arduino_h */
#endif /* Pins_Arduino_h */
2 changes: 1 addition & 1 deletion variants/BharatPi-LoRa/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ static const uint8_t MOSI = 23;
static const uint8_t MISO = 19;
static const uint8_t SCK = 18;

#endif /* Pins_Arduino_h */
#endif /* Pins_Arduino_h */
5 changes: 2 additions & 3 deletions variants/BharatPi-Node-Wifi/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ static const uint8_t LED_BUILTIN = 2;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN

static const uint8_t SAFFRON_LED = 12;
static const uint8_t SAFFRON_LED = 12;
static const uint8_t WHITE_LED = 2;
static const uint8_t GREEN_LED = 13;

Expand All @@ -32,5 +32,4 @@ static const uint8_t MOSI = 23;
static const uint8_t MISO = 19;
static const uint8_t SCK = 18;


#endif /* Pins_Arduino_h */
#endif /* Pins_Arduino_h */

0 comments on commit 903f120

Please sign in to comment.