X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Firq_cm3.h;h=b9aee90437f2207ae3f0577d22eda52f2d8e8e80;hb=63986411c74bebcda2a19e61a49ad0b0d933aaf7;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..b9aee904 100644 --- a/bertos/cpu/cortex-m3/drv/irq_cm3.h +++ b/bertos/cpu/cortex-m3/drv/irq_cm3.h @@ -38,8 +38,12 @@ #ifndef DRV_CORTEX_M3_SYSIRQ_H #define DRV_CORTEX_M3_SYSIRQ_H +#include + #if CPU_CM3_LM3S #include +#elif CPU_CM3_STM32 + #include /*#elif Add other families here */ #else #error Unknown CPU