Skip to content
Prev Previous commit
Next Next commit
Update variant.cpp
Renamed variable properly
  • Loading branch information
SFE-Brudnerd committed Mar 20, 2024
commit 6a22c106ba9e2b48dc24a80c6115c13a8481078c
2 changes: 1 addition & 1 deletion variants/THINGPLUS_RA6M5/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void initVariant() {
pinMode(LED_BUILTIN, INPUT);

// Setup user button
pinMode(USER_BTN, INPUT_PULLUP);
pinMode(USR_BTN, INPUT_PULLUP);

// Set internal gpio pins.
// Enable SD Card Power
Expand Down