X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu_detect.h;h=aca9c554f6bf18f4c446a9383adc936e2ff66ff0;hb=6f109b7b3511411231a36425dd3aade65c68de1d;hp=cad2b49464b48b3029b1ef97eac78cabfb3880cf;hpb=277b540c0764dd376dcf583acdc97a2b2fd3d8e6;p=bertos.git diff --git a/cpu_detect.h b/cpu_detect.h index cad2b494..aca9c554 100755 --- a/cpu_detect.h +++ b/cpu_detect.h @@ -12,6 +12,9 @@ /*#* *#* $Log$ + *#* Revision 1.3 2004/12/31 17:39:26 bernie + *#* Use C89 comments only. + *#* *#* Revision 1.2 2004/08/25 14:12:08 rasky *#* Aggiornato il comment block dei log RCS *#* @@ -89,7 +92,7 @@ #endif -// Self-check for the detection: only one CPU must be detected +/* Self-check for the detection: only one CPU must be detected */ #if CPU_I196 + CPU_X86 + CPU_DSP56K + CPU_AVR == 0 #error Unknown CPU #elif !defined(CPU_ID)