ESP8266
Main Page
Related Pages
Modules
Classes
esp8266
libraries
GDBStub
src
internal
gdbstub.h
1
#ifndef GDBSTUB_H
2
#define GDBSTUB_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
void
gdbstub_init();
9
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#endif
Generated by
1.8.10