1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-12-16 22:22:21 +03:00
Files
esp8266/libraries/GDBStub/src/internal/gdbstub.h
2015-12-18 10:00:44 +03:00

14 lines
134 B
C

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