summaryrefslogtreecommitdiff
path: root/stmhal/pendsv.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/pendsv.h')
-rw-r--r--stmhal/pendsv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pendsv.h b/stmhal/pendsv.h
index 7886d9f98..77c78d4c1 100644
--- a/stmhal/pendsv.h
+++ b/stmhal/pendsv.h
@@ -25,7 +25,7 @@
*/
void pendsv_init(void);
-void pendsv_nlr_jump(void *val);
+void pendsv_kbd_intr(void);
// since we play tricks with the stack, the compiler must not generate a
// prelude for this function