Autopilot-CVS: onboard/rev2 uart.c,2.6,2.7
Status: Alpha
Brought to you by:
tramm
|
From: Trammell H. <tr...@us...> - 2003-02-28 03:11:32
|
Update of /cvsroot/autopilot/onboard/rev2 In directory sc8-pr-cvs1:/tmp/cvs-serv30527 Modified Files: uart.c Log Message: Need the clock value for setting the baud rate generate Index: uart.c =================================================================== RCS file: /cvsroot/autopilot/onboard/rev2/uart.c,v retrieving revision 2.6 retrieving revision 2.7 diff -u -d -r2.6 -r2.7 --- uart.c 27 Feb 2003 05:03:19 -0000 2.6 +++ uart.c 28 Feb 2003 03:11:29 -0000 2.7 @@ -26,6 +26,7 @@ #include <interrupt.h> #include <io.h> #include "uart.h" +#include "timer.h" /************************************************************************* |