From: bela Date: Thu, 22 Mar 2001 09:23:49 +0000 (+0000) Subject: Warnig - obsolete added X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=59dff0e63a7be960a3b8e7c350251503847dc8ab;p=fw%2Fsdcc Warnig - obsolete added git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@699 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/include/at89x1051.h b/device/include/at89x1051.h index 88ade8eb..d05df750 100644 --- a/device/include/at89x1051.h +++ b/device/include/at89x1051.h @@ -28,6 +28,8 @@ #ifndef AT891051_H #define AT891051_H +#warning This file is obsolete, use #define + /* BYTE addressable registers */ sfr at 0x81 SP ; sfr at 0x82 DPL ; diff --git a/device/include/at89x2051.h b/device/include/at89x2051.h index 0d1f6318..4d68df0a 100644 --- a/device/include/at89x2051.h +++ b/device/include/at89x2051.h @@ -29,6 +29,8 @@ #ifndef AT892051_H #define AT892051_H +#warning This file is obsolete, use #define + /* BYTE addressable registers */ sfr at 0x81 SP ; sfr at 0x82 DPL ;