]> wirehaze git hosting - stm32f411ceu6.git/blob - sys/include/panic.h

wirehaze git hosting

panic ()
[stm32f411ceu6.git] / sys / include / panic.h
1 #ifndef _PANIC_H_
2 #define _PANIC_H_
3
4 __attribute__ ((noreturn)) void panic (const char *msg);
5
6 #endif /* _PANIC_H_ */