Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fleur
firmware
Commits
0f75b615
Verified
Commit
0f75b615
authored
Aug 14, 2019
by
Rahix
Browse files
feat(pycardium): Return on HardFault
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
88409854
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycardium/main.c
View file @
0f75b615
...
...
@@ -56,6 +56,11 @@ int main(void)
}
}
void
HardFault_Handler
(
void
)
{
epic_exit
(
255
);
}
void
gc_collect
(
void
)
{
void
*
sp
=
(
void
*
)
__get_MSP
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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