1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-14 13:41:23 +03:00
Files
esp8266/libraries/GDBStub/src/GDBStub.h
2017-05-18 06:43:22 -05:00

9 lines
125 B
C

#ifndef GDBSTUB_H
#define GDBSTUB_H
// this header is intentionally left blank
bool crash_for_gdb = 1;
#endif //GDBSTUB_H