Fix a comment
[fw/sdcc] / device / lib / serial.c
index 4508282e9bba0246eafd0a67642a2391c05c9ccc..3b3e2aa78cdb21a8351c3e8070b97a65a1f15c4a 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 "reg51.h"
 
 
 static unsigned char xdata stx_index_in, srx_index_in, stx_index_out, srx_index_out;