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:
jasonshort 2011-01-24 02:05:27 +00:00
parent 3a385e3170
commit d905bbc551
1 changed files with 0 additions and 2 deletions

View File

@ -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
//--------------------- //---------------------