Removed left-over user exception bits.

This commit is contained in:
Johny Mattsson 2016-05-26 18:31:09 +10:00
parent 6f9c84d802
commit 3a3e9ee0fd
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
#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);

View File

@ -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