mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
Rename m4txevent::assert and m0apptxevent::assert (adding "_event")
Copied from f6cdf6a722
#
This commit is contained in:
parent
c626d83c3b
commit
1c9ccbc247
4 changed files with 6 additions and 6 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