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 3a12143 commit e9b87c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ EventHandlerResult TypingBreaks::onSetup() {
// If the EEPROM is empty, store the default settings.
if (!::EEPROMSettings.isSliceValid(settings_base_, sizeof(settings_))) {
// If our slice is uninitialized, set sensible defaults.
Runtime.storage().put(settings_base_, settings);
Runtime.storage().put(settings_base_, settings_);
Runtime.storage().commit();
}

Expand Down

0 comments on commit e9b87c3

Please sign in to comment.