1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

Add gdb stub library

This commit is contained in:
Ivan Grokhotkov
2015-10-07 00:56:24 +03:00
parent 4f35207951
commit ed785b5f0b
6 changed files with 427 additions and 4 deletions

View File

@ -0,0 +1,6 @@
#ifndef GDBSTUB_H
#define GDBSTUB_H
// this header is intentionally left blank
#endif //GDBSTUB_H