mirror of https://github.com/ArduPilot/ardupilot
removed counteri - is moved to a static var in motors.pde
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1552 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
3a385e3170
commit
d905bbc551
|
@ -426,8 +426,6 @@ boolean SW_DIP2;
|
||||||
boolean SW_DIP3;
|
boolean SW_DIP3;
|
||||||
boolean SW_DIP4; // closest to header pins
|
boolean SW_DIP4; // closest to header pins
|
||||||
|
|
||||||
int counteri = 0;
|
|
||||||
|
|
||||||
|
|
||||||
// Basic Initialization
|
// Basic Initialization
|
||||||
//---------------------
|
//---------------------
|
||||||
|
|
Loading…
Reference in New Issue