Skip to content

Commit 5c8f33c

Browse files
ci(pre-commit): Apply automatic fixes
1 parent a98c031 commit 5c8f33c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

variants/rakwireless_rak3112/pins_arduino.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#define USB_VID 0x303a
1212
#define USB_PID 0x1001
1313

14-
#define LED_GREEN 46
15-
#define LED_BLUE 45
14+
#define LED_GREEN 46
15+
#define LED_BLUE 45
1616

1717
static const uint8_t LED_BUILTIN = LED_GREEN;
1818
#define BUILTIN_LED LED_BUILTIN // backward compatibility
@@ -26,7 +26,7 @@ static const uint8_t RX = 44;
2626
static const uint8_t SDA = 9;
2727
static const uint8_t SCL = 40;
2828

29-
#define WIRE1_PIN_DEFINED
29+
#define WIRE1_PIN_DEFINED
3030
static const uint8_t SDA1 = 17;
3131
static const uint8_t SCL1 = 18;
3232

@@ -35,7 +35,7 @@ static const uint8_t MOSI = 11;
3535
static const uint8_t MISO = 10;
3636
static const uint8_t SCK = 13;
3737

38-
#define LORA_ANT_SWITCH 4 // Antenna switch power control pin
38+
#define LORA_ANT_SWITCH 4 // Antenna switch power control pin
3939

4040
#define LORA_SCK 5 // SX1262 SCK
4141
#define LORA_MISO 3 // SX1262 MISO
@@ -47,4 +47,4 @@ static const uint8_t SCK = 13;
4747
#define LORA_BUSY 48
4848
#define LORA_IRQ LORA_DIO1
4949

50-
#endif /* Pins_Arduino_h */
50+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)