X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Fcpu.h;h=ab7617d285016790b7844e1c9d6bd87b188e7d61;hb=4e7233c06bec20fb90fd3b42dddbee78b5947ba3;hp=6afa3fa0a349667242216ab7b5ecf5b1e1cda2f6;hpb=6bf26ad78b32851d9dd56fbf68356bcbdded590e;p=bertos.git diff --git a/cfg/cpu.h b/cfg/cpu.h index 6afa3fa0..ab7617d2 100755 --- a/cfg/cpu.h +++ b/cfg/cpu.h @@ -17,6 +17,12 @@ /*#* *#* $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. + *#* *#* Revision 1.1 2005/04/11 19:04:13 bernie *#* Move top-level headers to cfg/ subdir. *#* @@ -41,7 +47,7 @@ #ifndef DEVLIB_CPU_H #define DEVLIB_CPU_H -#include "compiler.h" /* for uintXX_t */ +#include /* for uintXX_t */ /*! @@ -209,6 +215,8 @@ */ #define CPU_REG_INIT_VALUE(reg) (reg == 0 ? 0x80 : 0) +#else + #error No CPU_... defined. #endif /*!