X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fhw%2Finit_cm3.c;h=b67900fccd0aefb16123efac696c9019c9233d2d;hb=cb34c4dab4949352cbedf059d7960e1855c4a1f6;hp=65009d35967c0b1fa6759a117e88cf0c2047af6c;hpb=15266a01cf4b9b542f445af6551f9e4e78d81dcd;p=bertos.git diff --git a/bertos/cpu/cortex-m3/hw/init_cm3.c b/bertos/cpu/cortex-m3/hw/init_cm3.c index 65009d35..b67900fc 100644 --- a/bertos/cpu/cortex-m3/hw/init_cm3.c +++ b/bertos/cpu/cortex-m3/hw/init_cm3.c @@ -46,16 +46,11 @@ #include #include +#include #include -#if CPU_CM3_LM3S -#include -#include -#elif CPU_CM3_STM32 -#include -#include -#endif +#include extern size_t __text_end, __data_start, __data_end, __bss_start, __bss_end;