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:
mich146@hotmail.com 2011-04-16 01:00:50 +00:00
parent d3983f12c3
commit 51ada5987c

View File

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