diff --git a/mendel.c b/mendel.c index 588bc85..29495c4 100644 --- a/mendel.c +++ b/mendel.c @@ -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")); }