Skip to content

Commit 6510778

Browse files
author
Andy Farthing
committed
Fix duped button defines
1 parent f63adb5 commit 6510778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/PCA10056/variant.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ extern "C"
5858

5959
// Buttons
6060
#define PIN_BUTTON1 (11) // P1.11
61-
#define PIN_BUTTON1 (12) // P1.12
62-
#define PIN_BUTTON1 (24) // P0.24
63-
#define PIN_BUTTON1 (25) // P0.25
61+
#define PIN_BUTTON2 (12) // P1.12
62+
#define PIN_BUTTON3 (24) // P0.24
63+
#define PIN_BUTTON4 (25) // P0.25
6464

6565
/*
6666
* Analog pins

0 commit comments

Comments
 (0)