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

EventHandlerResult EscapeOneShotConfig::onSetup() {
bool success = ::EEPROMSettings.requestSliceAndLoadData(sizeof(::EscapeOneShot::settings_), &settings_base_, &::EscapeOneShot.settings_);
bool success = ::EEPROMSettings.requestSliceAndLoadData(sizeof(::EscapeOneShot.settings_), &settings_base_, &::EscapeOneShot.settings_);
if (!success) {
// If our slice is uninitialized, set sensible defaults.
Runtime.storage().put(settings_base_, ::EscapeOneShot.settings_);
Expand Down

0 comments on commit dc92a24

Please sign in to comment.