mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
zephyr/main: Remove unused __fatal_error().
This commit is contained in:
@@ -146,10 +146,6 @@ NORETURN void nlr_jump_fail(void *val) {
|
||||
while (1);
|
||||
}
|
||||
|
||||
void NORETURN __fatal_error(const char *msg) {
|
||||
while (1);
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
void MP_WEAK __assert_func(const char *file, int line, const char *func, const char *expr) {
|
||||
printf("Assertion '%s' failed, at file %s:%d\n", expr, file, line);
|
||||
|
||||
Reference in New Issue
Block a user