No point in calling event_dispatch() from the menu any more.

This commit is contained in:
2011-06-04 20:57:13 +00:00
parent 65b11ff92e
commit 6a700d0dbe

4
main.c
View File

@@ -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;