EKF tests remove extra semicolon

This commit is contained in:
Daniel Agar 2017-06-04 12:27:59 -04:00 committed by Lorenz Meier
parent e7ed32fb82
commit 3e197fdded

View File

@ -91,7 +91,7 @@ int base_main(int argc, char *argv[])
//base->printStoredMag();
// Test5: Feed in baro data at 50 Hz (too fast), check if filter samples correctly
float baro = 120.22f;;
float baro = 120.22f;
time_usec = 100000;
for (int i = 0; i < 100; i++) {
@ -147,4 +147,4 @@ int base_main(int argc, char *argv[])
base->printStoredGps();
return 0;
}
}