mirror of
https://github.com/esp8266/Arduino.git
synced 2025-12-16 22:22:21 +03:00
Update GDBStub library with the source of esp-gdbstub
This commit is contained in:
14
libraries/GDBStub/src/internal/gdbstub.h
Normal file
14
libraries/GDBStub/src/internal/gdbstub.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef GDBSTUB_H
|
||||
#define GDBSTUB_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void gdbstub_init();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user