X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fhw%2Finit_cm3.c;h=4ce2f86f9ff9baf226e3617666757ccdbc776c8c;hb=470f5cb37d5adce8fa5efd0092b2885528d7fb32;hp=b67900fccd0aefb16123efac696c9019c9233d2d;hpb=2f8ddd222403c832825f4bc9b875ed5dd60a613c;p=bertos.git diff --git a/bertos/cpu/cortex-m3/hw/init_cm3.c b/bertos/cpu/cortex-m3/hw/init_cm3.c index b67900fc..4ce2f86f 100644 --- a/bertos/cpu/cortex-m3/hw/init_cm3.c +++ b/bertos/cpu/cortex-m3/hw/init_cm3.c @@ -52,7 +52,9 @@ #include +#ifndef __IAR_SYSTEMS_ICC__ extern size_t __text_end, __data_start, __data_end, __bss_start, __bss_end; +#endif extern void __init2(void);