Fix ARM IRQ macros (untested).
[bertos.git] / cfg / cpu_detect.h
index 75c6f13a24c44a39864b13b76a83db4b40f7f6cd..615f952db456c229321ef71c7c73b299d8b0e844 100755 (executable)
@@ -21,6 +21,7 @@
 
 #if (defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)) \
        && !defined(__ARM4TM__) /* IAR: if not ARM assume I196 */
+       #warning Assuming CPU is I196
        #define CPU_I196                1
        #define CPU_ID                  i196
 #else