Stefan Schuermans commited on 2012-04-28 10:48:40 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -54,7 +54,7 @@ static void menu_screen_start(void)
/// switches screen
static void menu_screen_switches(void)
{
- char buf[11];
+ char buf[12];
buf[0] = switches_get_state(sw_0) ? '0' : ' ';
buf[1] = switches_get_state(sw_1) ? '1' : ' ';