X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Fcpu_detect.h;h=75c6f13a24c44a39864b13b76a83db4b40f7f6cd;hb=bb650f9a4990206e0d731dbad03b52ca5830bb0e;hp=a2248cf7846f7d2f153e782bd1fc30832e565752;hpb=6c1e871a96baf4245a04f0135d00fbea59af041c;p=bertos.git diff --git a/cfg/cpu_detect.h b/cfg/cpu_detect.h index a2248cf7..75c6f13a 100755 --- a/cfg/cpu_detect.h +++ b/cfg/cpu_detect.h @@ -11,12 +11,6 @@ #ifndef CPU_DETECT_H #define CPU_DETECT_H -/* sparse? */ -#ifdef __CHECKER__ - /* Any random CPU will do */ - #define __arm__ -#endif - #if defined(__arm__) /* GCC */ \ || defined(__ARM4TM__) /* IAR: defined for all cores >= 4tm */ #define CPU_ARM 1