Rename m4txevent::assert and m0apptxevent::assert (adding "_event")

Copied from https://github.com/sharebrained/portapack-hackrf/commit/f6cdf6a7229638be5c14ae5879ba4ec0dc0bf29e#
This commit is contained in:
eried
2020-08-19 09:43:04 +02:00
parent c626d83c3b
commit 1c9ccbc247
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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