4 lines
No EOL
117 B
C
4 lines
No EOL
117 B
C
#include <stdint.h>
|
|
|
|
void panic(uint8_t *message) __attribute__ ((noreturn));
|
|
void halt() __attribute__ ((noreturn)); |