From: bernie Date: Tue, 12 Apr 2005 04:06:17 +0000 (+0000) Subject: Catch missing CPU earlier. X-Git-Tag: 1.0.0~832 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4e7233c06bec20fb90fd3b42dddbee78b5947ba3;p=bertos.git Catch missing CPU earlier. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@409 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/cfg/cpu.h b/cfg/cpu.h index e7bcc7ab..ab7617d2 100755 --- a/cfg/cpu.h +++ b/cfg/cpu.h @@ -17,6 +17,9 @@ /*#* *#* $Log$ + *#* Revision 1.3 2005/04/12 04:06:17 bernie + *#* Catch missing CPU earlier. + *#* *#* Revision 1.2 2005/04/11 19:10:27 bernie *#* Include top-level headers from cfg/ subdir. *#* @@ -212,6 +215,8 @@ */ #define CPU_REG_INIT_VALUE(reg) (reg == 0 ? 0x80 : 0) +#else + #error No CPU_... defined. #endif /*!