mendel.c: Repsnapper expects a lowercase "start".

This commit is contained in:
Markus Hitter 2011-03-20 02:00:49 +01:00
parent f9842d1d90
commit 1214646ca8
1 changed files with 1 additions and 1 deletions

View File

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