From c39feffe63a111d6e9f9788fca085e3fcdc55d87 Mon Sep 17 00:00:00 2001 From: Clemens Kirchgatterer Date: Thu, 26 May 2016 17:36:00 +0200 Subject: [PATCH] Update gdbstub-cfg.h --- gdbstub-cfg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdbstub-cfg.h b/gdbstub-cfg.h index 06d1c35..014b5b5 100644 --- a/gdbstub-cfg.h +++ b/gdbstub-cfg.h @@ -56,7 +56,9 @@ are called when the flash is disabled (eg due to a Ctrl-C at the wrong time), th likely crash. */ #define ATTR_GDBINIT ICACHE_FLASH_ATTR +#ifndef ATTR_GDBFN #define ATTR_GDBFN +#endif #endif