mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-18 06:11:46 +00:00
Rename m4txevent::assert and m0apptxevent::assert (adding "_event")
Copied from f6cdf6a722
#
This commit is contained in:
@@ -69,7 +69,7 @@ inline void disable() {
|
||||
#endif
|
||||
|
||||
#if defined(LPC43XX_M4)
|
||||
inline void assert() {
|
||||
inline void assert_event() {
|
||||
__SEV();
|
||||
}
|
||||
#endif
|
||||
@@ -93,7 +93,7 @@ inline void disable() {
|
||||
#endif
|
||||
|
||||
#if defined(LPC43XX_M0)
|
||||
inline void assert() {
|
||||
inline void assert_event() {
|
||||
__SEV();
|
||||
}
|
||||
#endif
|
||||
|
@@ -26,12 +26,12 @@ using namespace lpc43xx;
|
||||
|
||||
#if defined(LPC43XX_M0)
|
||||
void MessageQueue::signal() {
|
||||
creg::m0apptxevent::assert();
|
||||
creg::m0apptxevent::assert_event();
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(LPC43XX_M4)
|
||||
void MessageQueue::signal() {
|
||||
creg::m4txevent::assert();
|
||||
creg::m4txevent::assert_event();
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user