From 7674da8057b5236373345350acd2a7513377d393 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 20 Mar 2015 22:27:34 +0000 Subject: stmhal: Remove some unnecessary declarations, purely for cleanup. --- stmhal/pendsv.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stmhal/pendsv.c') diff --git a/stmhal/pendsv.c b/stmhal/pendsv.c index 68455b275..48fb79e20 100644 --- a/stmhal/pendsv.c +++ b/stmhal/pendsv.c @@ -59,10 +59,6 @@ void pendsv_nlr_jump(void *o) { } } -// since we play tricks with the stack, the compiler must not generate a -// prelude for this function -void pendsv_isr_handler(void) __attribute__((naked)); - void pendsv_isr_handler(void) { // re-jig the stack so that when we return from this interrupt handler // it returns instead to nlr_jump with argument pendsv_object -- cgit v1.2.3