mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 18:38:28 -04:00
Fix ACM Logging was logging PM out of control.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1883 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
d3983f12c3
commit
51ada5987c
@ -445,7 +445,6 @@ void update_timer_light(bool light)
|
|||||||
|
|
||||||
|
|
||||||
void resetPerfData(void) {
|
void resetPerfData(void) {
|
||||||
/*
|
|
||||||
mainLoop_count = 0;
|
mainLoop_count = 0;
|
||||||
G_Dt_max = 0;
|
G_Dt_max = 0;
|
||||||
gyro_sat_count = 0;
|
gyro_sat_count = 0;
|
||||||
@ -454,7 +453,6 @@ void resetPerfData(void) {
|
|||||||
renorm_blowup_count = 0;
|
renorm_blowup_count = 0;
|
||||||
gps_fix_count = 0;
|
gps_fix_count = 0;
|
||||||
perf_mon_timer = millis();
|
perf_mon_timer = millis();
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user