Remove a leftover LOWERCASE_OK.

This commit is contained in:
Markus Hitter 2010-07-13 16:48:49 +02:00
parent 0bd0848dd5
commit 5409e1da19
1 changed files with 0 additions and 4 deletions

View File

@ -317,11 +317,7 @@ void scan_char(uint8_t c) {
} }
else { else {
// write "OK" for invalid/unknown commands as well // write "OK" for invalid/unknown commands as well
#ifdef LOWERCASE_OK
serial_writestr_P(PSTR("ok huh?\n")); serial_writestr_P(PSTR("ok huh?\n"));
#else
serial_writestr_P(PSTR("OK Huh?\n"));
#endif
} }
// expect next line number // expect next line number