8 lines
92 B
C
8 lines
92 B
C
#include "panic.h"
|
|
#include "util.h"
|
|
|
|
void panic()
|
|
{
|
|
disable_interrupts();
|
|
halt();
|
|
} |