arduino-esp32/tools/sdk/include/freertos/freertos/panic.h
2016-10-06 07:09:44 -06:00

7 lines
77 B
C

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