X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2Fserial.c;h=321c46ee774600cafe4bf3e42ef8181838a7271e;hb=b1f9b010e519cb7319310c975755d3014534254f;hp=4508282e9bba0246eafd0a67642a2391c05c9ccc;hpb=b09af35f2f1cde7649d3ac4a6f5d2af6d97895a0;p=fw%2Fsdcc diff --git a/device/lib/serial.c b/device/lib/serial.c index 4508282e..321c46ee 100644 --- a/device/lib/serial.c +++ b/device/lib/serial.c @@ -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;