diff --git a/firmware/baseband/main.cpp b/firmware/baseband/main.cpp index 2a8e567c..e601d2df 100755 --- a/firmware/baseband/main.cpp +++ b/firmware/baseband/main.cpp @@ -194,13 +194,12 @@ int main(void) { events_initialize(chThdSelf()); m0apptxevent_interrupt_enable(); - EventDispatcher event_dispatcher; - /* TODO: Ensure DMAs are configured to point at first LLI in chain. */ touch::dma::allocate(); touch::dma::enable(); + EventDispatcher event_dispatcher; event_dispatcher.run(); shutdown();