Remove up_assert_code

This commit is contained in:
Gregory Nutt
2013-04-25 15:19:59 -06:00
parent e47a1acf38
commit d7c27f34d9
+1 -1
View File
@@ -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');