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; } testSettings;
void setup () { void setup () {
Kaleidoscope.setup();
USE_PLUGINS(&EEPROMSettings); USE_PLUGINS(&EEPROMSettings);
/* Use other plugins that make use of the EEPROM */ /* Use other plugins that make use of the EEPROM */
Kaleidoscope.setup();
settingsBase = EEPROMSettings.requestSlice(sizeof(testSettings)); settingsBase = EEPROMSettings.requestSlice(sizeof(testSettings));
EEPROMSettings.seal(); EEPROMSettings.seal();

Loading…
Cancel
Save