this makes sense
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 15 Jun 2001 19:04:59 +0000 (19:04 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 15 Jun 2001 19:04:59 +0000 (19:04 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@894 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/lib/_ser.c
device/lib/serial.c

index 74e0ce2518126e0b9c307130b056b3917510e0be..463de50af0159dc7b2b063bfe372a8f38f7808bb 100644 (file)
@@ -29,7 +29,7 @@
 /*      $Id$    */
 
 
-#include <8051.h>
+#include <8052.h>
 
 #include "ser.h"
 
index a3bfc2570c02a75adf8ee6d6796112c274ffa8d7..321c46ee774600cafe4bf3e42ef8181838a7271e 100644 (file)
@@ -9,7 +9,7 @@
 //----------------------------------------------------------------------------
 
 //This module contains definition of I8051 registers
-#include "8051.h"
+#include "8052.h"
 
 
 static unsigned char xdata stx_index_in, srx_index_in, stx_index_out, srx_index_out;