@@ -46,7 +46,7 @@ static const uint8_t LCD_RS = 16;
4646
4747class ExpanderPinError {
4848public:
49- ExpanderPinError (uint16_t p) {};
49+ ExpanderPinError (uint16_t p){};
5050};
5151
5252void ATTRIBUTE_ERROR pinMode (ExpanderPinError pin, uint8_t mode);
@@ -65,17 +65,17 @@ extern ExpanderPinError _LED_BUILTIN;
6565extern ExpanderPinError _KEY1;
6666extern 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