summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 484e5c2..16b028e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3,7 +3,7 @@
#include "counter.h"
#include "Adafruit_SSD1306.h"
-#define SW_PINS p24, p24, p22, p21
+#define SW_PINS p24, p23, p22, p21
#define SW_PERIOD 20000 // 20ms
void tout(void);