mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_DAL: visual odom get_delay_ms return fix
This commit is contained in:
parent
00ae38e8ba
commit
3c23aff35b
@ -18,7 +18,7 @@ public:
|
|||||||
return RVOH.enabled;
|
return RVOH.enabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool get_delay_ms() const {
|
uint16_t get_delay_ms() const {
|
||||||
return RVOH.delay_ms;
|
return RVOH.delay_ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user