Autopilot-CVS: onboard/rev2 mainloop.c,2.11,2.12
Status: Alpha
Brought to you by:
tramm
|
From: Trammell H. <tr...@us...> - 2003-02-28 03:12:03
|
Update of /cvsroot/autopilot/onboard/rev2 In directory sc8-pr-cvs1:/tmp/cvs-serv30653 Modified Files: mainloop.c Log Message: Moved clock speed into <timer.h> Index: mainloop.c =================================================================== RCS file: /cvsroot/autopilot/onboard/rev2/mainloop.c,v retrieving revision 2.11 retrieving revision 2.12 diff -u -d -r2.11 -r2.12 --- mainloop.c 22 Oct 2002 18:14:54 -0000 2.11 +++ mainloop.c 28 Feb 2003 03:12:00 -0000 2.12 @@ -26,8 +26,6 @@ * */ -#define CLOCK 8ul /* Mhz */ - #include <io.h> #include "timer.h" |