Skip to content

Commit b756680

Browse files
ci(pre-commit): Apply automatic fixes
1 parent e47b61a commit b756680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/watchy/pins_arduino.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ static const uint8_t RTC_INT_PIN = 27;
2929
#if defined(ARDUINO_WATCHY_V10)
3030
static const uint8_t UP_BTN_PIN = 32;
3131
static const uint8_t BATT_ADC_PIN = 33;
32-
#define RTC_TYPE 1 //DS3231
32+
#define RTC_TYPE 1 //DS3231
3333
#elif defined(ARDUINO_WATCHY_V15)
3434
static const uint8_t UP_BTN_PIN = 32;
3535
static const uint8_t BATT_ADC_PIN = 35;
36-
#define RTC_TYPE 2 //PCF8563
36+
#define RTC_TYPE 2 //PCF8563
3737
#elif defined(ARDUINO_WATCHY_V20)
3838
static const uint8_t UP_BTN_PIN = 35;
3939
static const uint8_t BATT_ADC_PIN = 34;
40-
#define RTC_TYPE 2 //PCF8563
40+
#define RTC_TYPE 2 //PCF8563
4141
#endif
4242

4343
#define UP_BTN_MASK (BIT64(UP_BTN_PIN))

0 commit comments

Comments
 (0)