mirror of
https://github.com/esp8266/Arduino.git
synced 2025-12-16 22:22:21 +03:00
14 lines
134 B
C
14 lines
134 B
C
#ifndef GDBSTUB_H
|
|
#define GDBSTUB_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void gdbstub_init();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |