Send lowercase ok on init as well.

This commit is contained in:
Markus Hitter 2010-09-24 20:08:08 +02:00
parent 696baea16a
commit 4679b45ac8
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void init(void) {
wd_reset();
// say hi to host
serial_writestr_P(PSTR("Start\nOK\n"));
serial_writestr_P(PSTR("Start\nok\n"));
}