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