uncrustify ArduCopter/UserVariables.h

This commit is contained in:
uncrustify 2012-08-16 17:50:03 -07:00 committed by Pat Hickey
parent f3559747b0
commit 11cf4a78eb
1 changed files with 7 additions and 6 deletions

View File

@ -1,13 +1,14 @@
// agmatthews USERHOOKS
// user defined variables
// example variables used in Wii camera testing - replace with your own variables
// example variables used in Wii camera testing - replace with your own
// variables
#if WII_CAMERA == 1
WiiCamera ircam;
int WiiRange=0;
int WiiRotation=0;
int WiiDisplacementX=0;
int WiiDisplacementY=0;
WiiCamera ircam;
int WiiRange=0;
int WiiRotation=0;
int WiiDisplacementX=0;
int WiiDisplacementY=0;
#endif