Skip to content

Commit

Permalink
fixup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Mar 6, 2024
1 parent e8cc912 commit 6ea9355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace plugin {

EventHandlerResult SpaceCadetConfig::onSetup() {
bool success = ::EEPROMSettings.requestSliceAndLoadData(sizeof(::SpaceCadet.settings_), &settings_base_, &::SpaceCadet.settings_);
if (!success || !spaceCadet.active()) {
if (!success || !SpaceCadet.active()) {
::SpaceCadet.disable();
}

Expand Down

0 comments on commit 6ea9355

Please sign in to comment.