Browse Source

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

master
Gavan Fantom 13 years ago
parent
commit
6a700d0dbe
  1. 4
      main.c

4
main.c

@ -280,10 +280,6 @@ void menu_handler(void)
timer_set_period(10*TIMER_MS);
reply("done");
break;
case 'E':
event_dispatch();
reply("done");
break;
default:
reply("Unrecognised command.");
break;

Loading…
Cancel
Save