mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Remove up_assert_code
This commit is contained in:
@@ -9,7 +9,7 @@ void os_start(void)
|
||||
for (;;);
|
||||
}
|
||||
|
||||
void up_assert_code(const uint8_t *filename, int lineno, int errorcode)
|
||||
void up_assert(const uint8_t *filename, int lineno)
|
||||
{
|
||||
up_lowputc('?');
|
||||
up_lowputc('\n');
|
||||
|
||||
Reference in New Issue
Block a user