X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Firq_cm3.h;h=93a75f53231515f688d02a186d4ffaabc5b978c1;hb=46a1dfc5b039beb4495945e534c746bcce91edae;hp=9a641e4be5e79742b548adcb2cd551ef86685c0e;hpb=62af33cc971446966fa049bbd3e47945b85b5919;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/irq_cm3.h b/bertos/cpu/cortex-m3/drv/irq_cm3.h index 9a641e4b..93a75f53 100644 --- a/bertos/cpu/cortex-m3/drv/irq_cm3.h +++ b/bertos/cpu/cortex-m3/drv/irq_cm3.h @@ -38,10 +38,14 @@ #ifndef DRV_CORTEX_M3_SYSIRQ_H #define DRV_CORTEX_M3_SYSIRQ_H +#include + #if CPU_CM3_LM3S #include #elif CPU_CM3_STM32 #include +#elif CPU_CM3_AT91SAM3 + #include /*#elif Add other families here */ #else #error Unknown CPU