Autopilot-CVS: onboard/rev2 button.h,2.0,2.1
Status: Alpha
Brought to you by:
tramm
|
From: Trammell H. <tr...@us...> - 2003-02-27 05:06:44
|
Update of /cvsroot/autopilot/onboard/rev2 In directory sc8-pr-cvs1:/tmp/cvs-serv15156 Modified Files: button.h Log Message: Added <inttypes.h> for the integers Index: button.h =================================================================== RCS file: /cvsroot/autopilot/onboard/rev2/button.h,v retrieving revision 2.0 retrieving revision 2.1 diff -u -d -r2.0 -r2.1 --- button.h 22 Sep 2002 02:10:17 -0000 2.0 +++ button.h 27 Feb 2003 05:06:41 -0000 2.1 @@ -27,6 +27,7 @@ #ifndef _button_h_ #define _button_h_ +#include <inttypes.h> /** * Initialize the buttons pins to input, pull-up |