mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
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
Block a user