From 3a3e9ee0fd24fed83b8cbc09e52f6f9162ee4409 Mon Sep 17 00:00:00 2001 From: Johny Mattsson Date: Thu, 26 May 2016 18:31:09 +1000 Subject: [PATCH] Removed left-over user exception bits. --- app/user/user_exceptions.h | 6 ------ app/user/user_main.c | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 app/user/user_exceptions.h diff --git a/app/user/user_exceptions.h b/app/user/user_exceptions.h deleted file mode 100644 index c1611a21..00000000 --- a/app/user/user_exceptions.h +++ /dev/null @@ -1,6 +0,0 @@ -#include "sections.h" -#include "rom.h" -#include - -void load_non_32_wide_handler (struct exception_frame *ef, uint32_t cause) TEXT_SECTION_ATTR; -void __real__xtos_set_exception_handler (uint32_t cause, exception_handler_fn fn); diff --git a/app/user/user_main.c b/app/user/user_main.c index 0c37d2e9..fbe85cce 100644 --- a/app/user/user_main.c +++ b/app/user/user_main.c @@ -15,12 +15,12 @@ #include "flash_fs.h" #include "flash_api.h" #include "user_interface.h" -#include "user_exceptions.h" #include "user_modules.h" #include "ets_sys.h" #include "driver/uart.h" #include "task/task.h" +#include "sections.h" #include "mem.h" #ifdef LUA_USE_MODULES_RTCTIME