Skip to content
Snippets Groups Projects
Commit 4428f9ef authored by Thibaut VIARD's avatar Thibaut VIARD
Browse files

Fix compilation warning

parent a5671316
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ extern "C" {
#endif
__attribute__ ((long_call, section (".ramfunc")))
void banzai() {
static void banzai() {
// Disable all interrupts
__disable_irq();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment