mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 00:58:37 -04:00
updates for new DCM code
G_Dt is no longer needed by the DCM
This commit is contained in:
parent
d96fbf8acf
commit
ea26a06f49
@ -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();
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user