Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
9c9674a3
Commit
9c9674a3
authored
Mar 14, 2017
by
Paul Sokolovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zephyr/main: Remove unused __fatal_error().
parent
8891b2e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
zephyr/main.c
zephyr/main.c
+0
-4
No files found.
zephyr/main.c
View file @
9c9674a3
...
...
@@ -146,10 +146,6 @@ NORETURN void nlr_jump_fail(void *val) {
while
(
1
);
}
void
NORETURN
__fatal_error
(
const
char
*
msg
)
{
while
(
1
);
}
#ifndef NDEBUG
void
MP_WEAK
__assert_func
(
const
char
*
file
,
int
line
,
const
char
*
func
,
const
char
*
expr
)
{
printf
(
"Assertion '%s' failed, at file %s:%d
\n
"
,
expr
,
file
,
line
);
...
...
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