wifi-tally_Oostendam/nodemcu-firmware/app/esp-gdbstub/gdbstub.h

16 lines
177 B
C
Raw Permalink Normal View History

2021-09-27 19:52:27 +00:00
#ifndef GDBSTUB_H
#define GDBSTUB_H
#ifdef __cplusplus
extern "C" {
#endif
void gdbstub_init();
void gdbstub_redirect_output(int enable);
#ifdef __cplusplus
}
#endif
#endif