mirror of https://github.com/ArduPilot/ardupilot
AP_DAL: visual odom get_delay_ms return fix
This commit is contained in:
parent
71e2bea590
commit
578e5a0193
|
@ -18,7 +18,7 @@ public:
|
|||
return RVOH.enabled;
|
||||
}
|
||||
|
||||
bool get_delay_ms() const {
|
||||
uint16_t get_delay_ms() const {
|
||||
return RVOH.delay_ms;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue