diff options
| -rw-r--r-- | gdbstub.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,7 +24,9 @@ #define _GDBSTUB_H_ /* Enable debug statements (printf) */ +#ifndef DEBUG #define DEBUG 0 +#endif /* Include platform specific definitions */ #include "gdbstub_sys.h" |
