minor xa51 improvements
[fw/sdcc] / device / lib / serial.c
index 4508282e9bba0246eafd0a67642a2391c05c9ccc..321c46ee774600cafe4bf3e42ef8181838a7271e 100644 (file)
@@ -8,7 +8,8 @@
 //Last modified 6 Apr 97
 //----------------------------------------------------------------------------
 
-#include "reg51.h"//This module contains definition of I8051 registers
+//This module contains definition of I8051 registers
+#include "8052.h"
 
 
 static unsigned char xdata stx_index_in, srx_index_in, stx_index_out, srx_index_out;