Skip to content
Snippets Groups Projects
Commit 78fd5bee authored by schneider's avatar schneider
Browse files

Merge branch 'q3k/fix-crt' into 'master'

l0dables: fix CRT to allow overriding handlers

See merge request card10/firmware!307
parents f1818479 53297903
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,8 @@ DefaultHandler:
b .
.macro def_irq_handler handler_name
.weakref \handler_name, DefaultHandler
.weak \handler_name
\handler_name : b .
.endm
/*
......
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