This commit renames the NORETURN macro, indicating to the compiler
that a function does not return, into MP_NORETURN to maintain the same
naming convention of other similar macros.
To maintain compaitiblity with existing code NORETURN is aliased to
MP_NORETURN, but it is also deprecated for MicroPython v2.
This changeset was created using a similar process to
|
||
|---|---|---|
| .. | ||
| antenna.c | ||
| antenna.h | ||
| FreeRTOSHooks.c | ||
| help.c | ||
| mperror.c | ||
| mperror.h | ||
| mpirq.c | ||
| mpirq.h | ||