mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
EKF tests remove extra semicolon
This commit is contained in:
parent
e7ed32fb82
commit
3e197fdded
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user