X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Firq_cm3.c;h=bbae832428fdd870274040234448f471eb7b2667;hb=d3ad5e296866cfe84c5b2d26143b3261aa7ed654;hp=d71876fe47c4efd700c54c6e9139c6915671182c;hpb=c67c140d701f3f196aed3352f2518cbef5976853;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/irq_cm3.c b/bertos/cpu/cortex-m3/drv/irq_cm3.c index d71876fe..bbae8324 100644 --- a/bertos/cpu/cortex-m3/drv/irq_cm3.c +++ b/bertos/cpu/cortex-m3/drv/irq_cm3.c @@ -35,10 +35,11 @@ * \author Andrea Righi */ +#include "irq_cm3.h" + #include /* ASSERT() */ #include /* LOG_ERR() */ #include -#include "irq_cm3.h" static void (*irq_table[NUM_INTERRUPTS])(void) __attribute__((section("vtable")));