wifi-tally_Oostendam/nodemcu-firmware/app/esp-gdbstub/gdbstub.h
Eljakim Herrewijnen 50b5fc1824 Initial commit
2021-09-27 21:52:27 +02:00

16 lines
177 B
C

#ifndef GDBSTUB_H
#define GDBSTUB_H
#ifdef __cplusplus
extern "C" {
#endif
void gdbstub_init();
void gdbstub_redirect_output(int enable);
#ifdef __cplusplus
}
#endif
#endif