Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e47b61a

Browse files
SuGliderCopilot
andauthored
fix(watchy): copilot suggestion
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c0d705f commit e47b61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎variants/watchy/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ static const uint8_t BATT_ADC_PIN = 34;
4545
#define BACK_BTN_MASK (BIT64(BACK_BTN_PIN))
4646
#define DOWN_BTN_MASK (BIT64(DOWN_BTN_PIN))
4747
#define ACC_INT_MASK (BIT64(ACC_INT_1_PIN))
48-
#define BTN_PIN_MASK MENU_BTN_MASK | BACK_BTN_MASK | UP_BTN_MASK | DOWN_BTN_MASK
48+
#define BTN_PIN_MASK (MENU_BTN_MASK | BACK_BTN_MASK | UP_BTN_MASK | DOWN_BTN_MASK)
4949

5050
#endif /* Pins_Arduino_h */

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /