|
@@ -21,7 +21,7 @@
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
-void __aeabi_assert(const char *assertion, const char *file, unsigned int line);
|
|
|
+void __aeabi_assert(const char *assertion, const char *file, unsigned int line) attribute_noreturn;
|
|
|
void __aeabi_assert(const char *assertion, const char *file, unsigned int line)
|
|
|
{
|
|
|
__assert (assertion, file, line, NULL);
|