mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 09:56:00 -04:00
Whoops, use events_flag(), not events_flag_isr().
This commit is contained in:
parent
320d979924
commit
59aa99c8ff
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public:
|
|||
template<typename T>
|
||||
static void send_message(T& message) {
|
||||
shared_memory.app_local_queue.push(message);
|
||||
events_flag_isr(EVT_MASK_LOCAL);
|
||||
events_flag(EVT_MASK_LOCAL);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue