mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
Merge remote-tracking branch 'upstream/master'
Conflicts: firmware/application/audio_thread.cpp firmware/application/event_m0.cpp firmware/application/time.cpp firmware/baseband-tx/clock_recovery.cpp firmware/baseband/stream_input.hpp firmware/common/message.hpp
This commit is contained in:
commit
c8d37e215b
3 changed files with 14 additions and 37 deletions
|
@ -60,7 +60,6 @@ CH_IRQ_HANDLER(M4Core_IRQHandler) {
|
|||
|
||||
MessageHandlerMap EventDispatcher::message_map_;
|
||||
Thread* EventDispatcher::thread_event_loop = nullptr;
|
||||
Thread* EventDispatcher::thread_record = nullptr;
|
||||
|
||||
EventDispatcher::EventDispatcher(
|
||||
ui::Widget* const top_widget,
|
||||
|
@ -133,10 +132,6 @@ void EventDispatcher::dispatch(const eventmask_t events) {
|
|||
handle_lcd_frame_sync();
|
||||
}
|
||||
|
||||
if( events & EVT_MASK_ENCODER ) {
|
||||
handle_encoder();
|
||||
}
|
||||
|
||||
if( events & EVT_MASK_TOUCH ) {
|
||||
handle_touch();
|
||||
}
|
||||
|
@ -285,4 +280,5 @@ void EventDispatcher::init_message_queues() {
|
|||
new (&shared_memory.application_queue) MessageQueue(
|
||||
shared_memory.application_queue_data, SharedMemory::application_queue_k
|
||||
);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue