Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
3a3e9ee0
Commit
3a3e9ee0
authored
May 26, 2016
by
Johny Mattsson
Browse files
Removed left-over user exception bits.
parent
6f9c84d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/user/user_exceptions.h
deleted
100644 → 0
View file @
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
);
app/user/user_main.c
View file @
3a3e9ee0
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment