No point in calling event_dispatch() from the menu any more.
This commit is contained in:
4
main.c
4
main.c
@@ -280,10 +280,6 @@ void menu_handler(void)
|
|||||||
timer_set_period(10*TIMER_MS);
|
timer_set_period(10*TIMER_MS);
|
||||||
reply("done");
|
reply("done");
|
||||||
break;
|
break;
|
||||||
case 'E':
|
|
||||||
event_dispatch();
|
|
||||||
reply("done");
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
reply("Unrecognised command.");
|
reply("Unrecognised command.");
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user