7 lines
77 B
C
7 lines
77 B
C
#ifndef PANIC_H
|
|
#define PANIC_H
|
|
|
|
void setBreakpointIfJtag(void *fn);
|
|
|
|
|
|
#endif |