From: bela Date: Thu, 14 Jun 2001 06:14:42 +0000 (+0000) Subject: #include reg51.h is replaced by #include <8051.h> X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8b4ca85ec146233e3ecc3885bff1995850c8f9ec;p=fw%2Fsdcc #include reg51.h is replaced by #include <8051.h> git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@889 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/examples/test2.c b/device/examples/test2.c index 2a51e35f..914afade 100644 --- a/device/examples/test2.c +++ b/device/examples/test2.c @@ -19,7 +19,7 @@ void telec_pet_Estado(); /* Fichero de definiciĆ³n de direcciones de memoria asignadas a los diferentes registros */ -#include "reg51.h" +#include <8051.h> /* Direcciones de los puertos P4 y P5 y del TIMER3*/ sfr P4 = 0xC0;