1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00
2018-09-05 02:39:50 +02:00

15 lines
155 B
C

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