OVMS3-idf/components/freertos/include/freertos/panic.h
2016-08-24 17:30:53 +08:00

7 lines
No EOL
77 B
C

#ifndef PANIC_H
#define PANIC_H
void setBreakpointIfJtag(void *fn);
#endif