X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Firq_cm3.h;h=8498183973254cfbb3db42d9db6166ee3c5c6d40;hb=53716ae692a6352c1b230a568f4dbb2a779bda85;hp=a3f2ded46218cc1ad9180f0a8ce45f561a468076;hpb=9a332b1eebc9dba4b9cc5cfa901fe414824ceea1;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/irq_cm3.h b/bertos/cpu/cortex-m3/drv/irq_cm3.h index a3f2ded4..84981839 100644 --- a/bertos/cpu/cortex-m3/drv/irq_cm3.h +++ b/bertos/cpu/cortex-m3/drv/irq_cm3.h @@ -38,8 +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