Skip to content

Commit

Permalink
fixup typingbreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Feb 28, 2024
1 parent 132996a commit d09b5eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ EventHandlerResult TypingBreaks::onNameQuery() {
}

EventHandlerResult TypingBreaks::onSetup() {
settings_base_ = ::EEPROMSettings.requestSliceAndData(settings, sizeof(settings));
settings_base_ = ::EEPROMSettings.requestSliceAndData(*settings, sizeof(settings));

// If the EEPROM is empty, store the default settings.
if (!::EEPROMSettings.isSliceValid(settings_base_, sizeof(settings))) {
Expand Down

0 comments on commit d09b5eb

Please sign in to comment.