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
card10
firmware
Commits
d5da536f
Verified
Commit
d5da536f
authored
Aug 14, 2019
by
Rahix
Browse files
feat(pycardium): Return on HardFault
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
632f3652
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycardium/main.c
View file @
d5da536f
...
...
@@ -55,6 +55,11 @@ int main(void)
}
}
void
HardFault_Handler
(
void
)
{
epic_exit
(
255
);
}
void
gc_collect
(
void
)
{
void
*
sp
=
(
void
*
)
__get_MSP
();
...
...
Rahix
@rahix
mentioned in merge request
!96 (closed)
·
Aug 15, 2019
mentioned in merge request
!96 (closed)
mentioned in merge request !96
Toggle commit list
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