mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 22:52:27 -04:00
Merge pull request #157 from eried/gcc9.3-assert-redefinition
Gcc9.3 assert redefinition
This commit is contained in:
commit
f1a2155e87
5 changed files with 7 additions and 7 deletions
|
@ -39,7 +39,7 @@ static void send_message(const Message* const message) {
|
|||
// If message is only sent by this function via one thread, no need to check if
|
||||
// another message is present before setting new message.
|
||||
shared_memory.baseband_message = message;
|
||||
creg::m0apptxevent::assert();
|
||||
creg::m0apptxevent::assert_event();
|
||||
while(shared_memory.baseband_message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue