From: bernie Date: Fri, 31 Dec 2004 17:39:26 +0000 (+0000) Subject: Use C89 comments only. X-Git-Tag: 1.0.0~918 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=43eafa5bd0ec0d61c6d21b309108b8b05660cbf8;p=bertos.git Use C89 comments only. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@323 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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)