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 dc92a24 commit b5c9936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace plugin {
// AutoShift configurator

EventHandlerResult AutoShiftConfig::onSetup() {
::EEPROMSettings.requestSliceAndLoadData(sizeof(::AutoShift::settings_), &settings_base_, &::AutoShift.settings_);
::EEPROMSettings.requestSliceAndLoadData(sizeof(::AutoShift.settings_), &settings_base_, &::AutoShift.settings_);
return EventHandlerResult::OK;
}

Expand Down

0 comments on commit b5c9936

Please sign in to comment.