mirror of https://github.com/ArduPilot/ardupilot
uncrustify ArduCopter/UserVariables.h
This commit is contained in:
parent
f3559747b0
commit
11cf4a78eb
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue