#include <at89x2051.h> replaced by #include <8051.h>
authorbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 13 Jun 2001 06:25:01 +0000 (06:25 +0000)
committerbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 13 Jun 2001 06:25:01 +0000 (06:25 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@882 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/lib/ser_ir.c

index d351ff3d54110848a3b9a5fd03cf0fb23790d45d..b09c7f0e01c0dcc9d69e2fe16e4acf6e36475210 100644 (file)
@@ -38,7 +38,7 @@
 /* BUG: those definitions (and the #include) should be set dynamically
 * (while linking or at runtime) to make this file a _real_ library.
 */
-#include <at89x2051.h>
+#include <8051.h>
 #define XBUFLEN 10
 #define RBUFLEN 10