AP_DAL: visual odom get_delay_ms return fix

This commit is contained in:
Randy Mackay 2024-04-16 13:21:54 +09:00 committed by Andrew Tridgell
parent 7497118231
commit d951898f13
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public:
return RVOH.enabled;
}
bool get_delay_ms() const {
uint16_t get_delay_ms() const {
return RVOH.delay_ms;
}