Replace single-char S_ECHOs with S_CHAR

This commit is contained in:
Scott Lahteine
2016-10-03 16:23:41 -05:00
parent 0e83f34174
commit de7e798e6f
2 changed files with 6 additions and 3 deletions

View File

@@ -383,7 +383,8 @@ void Config_RetrieveSettings() {
// SERIAL_ECHOPAIR("Version: [", ver);
// SERIAL_ECHOPAIR("] Stored version: [", stored_ver);
// SERIAL_ECHOLNPGM("]");
// SERIAL_CHAR(']');
// SERIAL_EOL;
if (strncmp(version, stored_ver, 3) != 0) {
Config_ResetDefault();