mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
updates for new DCM code
G_Dt is no longer needed by the DCM
This commit is contained in:
parent
9314dcaa89
commit
0425f4be54
@ -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