From ca797487cbc656f88f254d28f11c797fd3555f4b Mon Sep 17 00:00:00 2001 From: bela Date: Thu, 22 Mar 2001 10:02:00 +0000 Subject: [PATCH] Initial release git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@701 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/reg51.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/include/reg51.h b/device/include/reg51.h index d4e3dae4..511312d7 100644 --- a/device/include/reg51.h +++ b/device/include/reg51.h @@ -25,7 +25,8 @@ #ifndef REG51_H #define REG51_H -#warning This file is obsolete, use #define <8051.h>, or #define <8052.h> +#warning This file (reg.h) is obsolete, depending on your harware +#warning use include <8051.h>, or include <8052.h>! /* BYTE Register */ sfr at 0x80 P0 ; -- 2.47.2