Skip to content
Snippets Groups Projects
Commit 8b17fcdb authored by rahix's avatar rahix Committed by schneider
Browse files

feat(pycardium): Return on HardFault


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 475830d0
No related branches found
No related tags found
1 merge request!96Changes for the Cycle of Life [MANUAL MERGE]
......@@ -56,6 +56,11 @@ int main(void)
}
}
void HardFault_Handler(void)
{
epic_exit(255);
}
void gc_collect(void)
{
void *sp = (void *)__get_MSP();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment