From f9b33ab457947b8b4dc2c9fc810d0dcddb7831b7 Mon Sep 17 00:00:00 2001 From: bela Date: Thu, 14 Jun 2001 07:39:51 +0000 Subject: [PATCH] #warning This file is obsolete... reactivated - since #include was replaced by #include <8051.h in library routines git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@891 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/reg51.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/device/include/reg51.h b/device/include/reg51.h index 1a218c00..56ec02c3 100644 --- a/device/include/reg51.h +++ b/device/include/reg51.h @@ -25,10 +25,8 @@ #ifndef REG51_H #define REG51_H -#if BelaCompletedHisOrHerQuestAndAdaptedTheLibraries #warning This file (reg51.h) is obsolete, depending on your harware #warning use include <8051.h>, or include <8052.h>! -#endif /* BYTE Register */ sfr at 0x80 P0 ; @@ -148,3 +146,13 @@ sfr at 0xCB RCAP2H; sfr at 0xCA RCAP2L; #endif + + + + + + + + + + -- 2.47.2