Remove a leftover LOWERCASE_OK.
This commit is contained in:
parent
0bd0848dd5
commit
5409e1da19
|
|
@ -317,11 +317,7 @@ void scan_char(uint8_t c) {
|
|||
}
|
||||
else {
|
||||
// write "OK" for invalid/unknown commands as well
|
||||
#ifdef LOWERCASE_OK
|
||||
serial_writestr_P(PSTR("ok huh?\n"));
|
||||
#else
|
||||
serial_writestr_P(PSTR("OK Huh?\n"));
|
||||
#endif
|
||||
}
|
||||
|
||||
// expect next line number
|
||||
|
|
|
|||
Loading…
Reference in New Issue