X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Firq_cm3.h;h=8498183973254cfbb3db42d9db6166ee3c5c6d40;hb=f1fab319eb3fe91c157b3a9564841aef62a03554;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..84981839 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_SAM3 + #include /*#elif Add other families here */ #else #error Unknown CPU