uncrustify ArduCopter/UserVariables.h
This commit is contained in:
parent
f3559747b0
commit
11cf4a78eb
@ -1,13 +1,14 @@
|
|||||||
// agmatthews USERHOOKS
|
// agmatthews USERHOOKS
|
||||||
// user defined variables
|
// 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
|
#if WII_CAMERA == 1
|
||||||
WiiCamera ircam;
|
WiiCamera ircam;
|
||||||
int WiiRange=0;
|
int WiiRange=0;
|
||||||
int WiiRotation=0;
|
int WiiRotation=0;
|
||||||
int WiiDisplacementX=0;
|
int WiiDisplacementX=0;
|
||||||
int WiiDisplacementY=0;
|
int WiiDisplacementY=0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user