AP_HAL_Linux: fix typo

This commit is contained in:
mirkix 2018-01-09 20:13:48 +01:00 committed by Tom Pittenger
parent 9e37e9ee82
commit 8d7000db2c

View File

@ -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 */
};
};