Skip to content

Commit

Permalink
AP_DAL: visual odom get_delay_ms return fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Apr 16, 2024
1 parent 7d00c77 commit eeac8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_DAL/AP_DAL_VisualOdom.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AP_DAL_VisualOdom {
return RVOH.enabled;
}

bool get_delay_ms() const {
uint16_t get_delay_ms() const {
return RVOH.delay_ms;
}

Expand Down

0 comments on commit eeac8f5

Please sign in to comment.