#include <reg51.h> is replaced by #include <8051.h>
[fw/sdcc] / device / lib / serial.c
index 3b3e2aa78cdb21a8351c3e8070b97a65a1f15c4a..a3bfc2570c02a75adf8ee6d6796112c274ffa8d7 100644 (file)
@@ -9,7 +9,7 @@
 //----------------------------------------------------------------------------
 
 //This module contains definition of I8051 registers
-#include "reg51.h"
+#include "8051.h"
 
 
 static unsigned char xdata stx_index_in, srx_index_in, stx_index_out, srx_index_out;