Use `Kaleidoscope.use` instead of `USE_PLUGINS`

The latter is being obsoleted, so use the former, newer API.

Signed-off-by: Gergely Nagy <kaleidoscope@gergo.csillger.hu>
pull/365/head
Gergely Nagy 7 years ago
parent 30ebf9599f
commit 1b6dc98703

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

@ -43,7 +43,7 @@ void setup() {
Kaleidoscope.setup(); Kaleidoscope.setup();
USE_PLUGINS(&EEPROMSettings); Kaleidoscope.use(&EEPROMSettings);
while (!Serial) { while (!Serial) {
} }

Loading…
Cancel
Save