updates for new DCM code

G_Dt is no longer needed by the DCM
This commit is contained in:
Andrew Tridgell 2011-09-15 13:04:53 +10:00
parent 9314dcaa89
commit 0425f4be54
2 changed files with 2 additions and 2 deletions

View File

@ -1209,7 +1209,7 @@ static void read_AHRS(void)
hil.update();
#endif
dcm.update_DCM_fast(G_Dt);//, _tog);
dcm.update_DCM_fast();
omega = dcm.get_gyro();
}

View File

@ -362,7 +362,7 @@ test_adc(uint8_t argc, const Menu::arg *argv)
while(1){
for(int i = 0; i < 9; i++){
Serial.printf_P(PSTR("%d,"),adc.Ch(i));
Serial.printf_P(PSTR("%u,"),adc.Ch(i));
}
Serial.println();
delay(20);