Skip to content

Commit 951f118

Browse files
committed
EFM32GG_STK3700: Fix push-button pin name
1 parent 5eaf720 commit 951f118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/main-hw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#define SECURE_LED LED2
5252
#define LED_ON true
5353
#define LED_OFF false
54-
#define SECURE_SWITCH SW2
54+
#define SECURE_SWITCH SW0
5555
#define SECURE_SWITCH_PULL PullUp
5656

5757
#define MAIN_ACL(acl_list_name) \

0 commit comments

Comments
 (0)