From 564b656162e795611a4f34f4c0e1805e4557bf0f Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sun, 4 Jun 2017 12:24:15 +0200 Subject: [PATCH] README.md: Minor style adjustment Signed-off-by: Gergely Nagy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa0e3fba..617b3ddb 100644 --- a/README.md +++ b/README.md @@ -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();