X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Fcpu_detect.h;h=75c6f13a24c44a39864b13b76a83db4b40f7f6cd;hb=5db9a047e4c96959fcde47fde001ec0e0bfb9bb5;hp=a2248cf7846f7d2f153e782bd1fc30832e565752;hpb=8c4f04bc9071d6d5c9fa55fe097cbff72325f5e9;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