Commit 3a3e9ee0 authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Removed left-over user exception bits.

parent 6f9c84d8
#include "sections.h"
#include "rom.h"
#include <xtensa/corebits.h>
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);
...@@ -15,12 +15,12 @@ ...@@ -15,12 +15,12 @@
#include "flash_fs.h" #include "flash_fs.h"
#include "flash_api.h" #include "flash_api.h"
#include "user_interface.h" #include "user_interface.h"
#include "user_exceptions.h"
#include "user_modules.h" #include "user_modules.h"
#include "ets_sys.h" #include "ets_sys.h"
#include "driver/uart.h" #include "driver/uart.h"
#include "task/task.h" #include "task/task.h"
#include "sections.h"
#include "mem.h" #include "mem.h"
#ifdef LUA_USE_MODULES_RTCTIME #ifdef LUA_USE_MODULES_RTCTIME
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment