From 4679b45ac80699104ff466c31f5485c193d938a8 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Fri, 24 Sep 2010 20:08:08 +0200 Subject: [PATCH] Send lowercase ok on init as well. --- mendel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mendel.c b/mendel.c index 600074a..0ccf7f9 100644 --- a/mendel.c +++ b/mendel.c @@ -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")); }