mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-14 13:41:23 +03:00
9 lines
125 B
C
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
|