README.md: Minor style adjustment

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 7 years ago
parent da90c342fb
commit 564b656162

@ -37,12 +37,12 @@ static struct {
} testSettings;
void setup () {
Kaleidoscope.setup();
USE_PLUGINS(&EEPROMSettings);
/* Use other plugins that make use of the EEPROM */
Kaleidoscope.setup();
settingsBase = EEPROMSettings.requestSlice(sizeof(testSettings));
EEPROMSettings.seal();

Loading…
Cancel
Save