mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_HAL_PX4: add override keyword
This commit is contained in:
parent
d4601862bc
commit
6c152acedc
@ -38,7 +38,7 @@ public:
|
||||
}
|
||||
|
||||
void set_flow_control(enum flow_control flow_control);
|
||||
enum flow_control get_flow_control(void) { return _flow_control; }
|
||||
enum flow_control get_flow_control(void) override { return _flow_control; }
|
||||
|
||||
void configure_parity(uint8_t v);
|
||||
void set_stop_bits(int n);
|
||||
|
Loading…
Reference in New Issue
Block a user