mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 01:33:56 -04:00
AP_HAL_Linux: fix typo
This commit is contained in:
parent
9e37e9ee82
commit
8d7000db2c
@ -18,6 +18,6 @@ public:
|
||||
virtual AP_HAL::UARTDriver::flow_control get_flow_control(void) { return AP_HAL::UARTDriver::FLOW_CONTROL_ENABLE; }
|
||||
virtual void set_flow_control(AP_HAL::UARTDriver::flow_control flow_control_setting)
|
||||
{
|
||||
/* most devices simply igmore this setting */
|
||||
/* most devices simply ignore this setting */
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user