Skip to content

Commit 50918ab

Browse files
ci(pre-commit): Apply automatic fixes
1 parent fcd14ea commit 50918ab

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

variants/arduino_nesso_n1/pins_arduino.h

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static const uint8_t LCD_RS = 16;
4646

4747
class ExpanderPinError {
4848
public:
49-
ExpanderPinError(uint16_t p) {};
49+
ExpanderPinError(uint16_t p){};
5050
};
5151

5252
void ATTRIBUTE_ERROR pinMode(ExpanderPinError pin, uint8_t mode);
@@ -65,17 +65,17 @@ extern ExpanderPinError _LED_BUILTIN;
6565
extern ExpanderPinError _KEY1;
6666
extern ExpanderPinError _KEY2;
6767

68-
#define LORA_LNA_ENABLE _LORA_LNA_ENABLE
68+
#define LORA_LNA_ENABLE _LORA_LNA_ENABLE
6969
#define LORA_ANTENNA_SWITCH _LORA_ANTENNA_SWITCH
70-
#define LORA_ENABLE _LORA_ENABLE
71-
#define POWEROFF _POWEROFF
72-
#define GROVE_POWER_EN _GROVE_POWER_EN
73-
#define VIN_DETECT _VIN_DETECT
74-
#define LCD_RESET _LCD_RESET
75-
#define LCD_BACKLIGHT _LCD_BACKLIGHT
76-
#define LED_BUILTIN _LED_BUILTIN
77-
#define KEY1 _KEY1
78-
#define KEY2 _KEY2
70+
#define LORA_ENABLE _LORA_ENABLE
71+
#define POWEROFF _POWEROFF
72+
#define GROVE_POWER_EN _GROVE_POWER_EN
73+
#define VIN_DETECT _VIN_DETECT
74+
#define LCD_RESET _LCD_RESET
75+
#define LCD_BACKLIGHT _LCD_BACKLIGHT
76+
#define LED_BUILTIN _LED_BUILTIN
77+
#define KEY1 _KEY1
78+
#define KEY2 _KEY2
7979

8080
#endif
8181

0 commit comments

Comments
 (0)