mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 23:22:33 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue