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