mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-01 20:39:08 +00:00
Rename m4txevent::assert and m0apptxevent::assert (adding "_event")
Copied from https://github.com/sharebrained/portapack-hackrf/commit/f6cdf6a7229638be5c14ae5879ba4ec0dc0bf29e#
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
|
||||
|
||||
Reference in New Issue
Block a user