zephyr/main: Remove unused __fatal_error().
This commit is contained in:
parent
8891b2e700
commit
9c9674a325
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue