Skip to content

Commit 6a22c10

Browse files
committed
Update variant.cpp
Renamed variable properly
1 parent c1979cb commit 6a22c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/THINGPLUS_RA6M5/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void initVariant() {
101101
pinMode(LED_BUILTIN, INPUT);
102102

103103
// Setup user button
104-
pinMode(USER_BTN, INPUT_PULLUP);
104+
pinMode(USR_BTN, INPUT_PULLUP);
105105

106106
// Set internal gpio pins.
107107
// Enable SD Card Power

0 commit comments

Comments
 (0)