From b01344eb79533193ca829d008a51c896b05bb01c Mon Sep 17 00:00:00 2001 From: johanknol Date: Wed, 28 Mar 2001 16:19:06 +0000 Subject: [PATCH] I got sick of these warnings git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@715 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/reg51.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device/include/reg51.h b/device/include/reg51.h index 40948cfb..1a218c00 100644 --- a/device/include/reg51.h +++ b/device/include/reg51.h @@ -25,8 +25,10 @@ #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 ; -- 2.47.2