mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 02:02:02 +00:00
7 lines
77 B
C
7 lines
77 B
C
#ifndef PANIC_H
|
|
#define PANIC_H
|
|
|
|
void setBreakpointIfJtag(void *fn);
|
|
|
|
|
|
#endif |