AP_HAL: fixed a build warning

This commit is contained in:
Andrew Tridgell 2014-02-12 10:51:58 +11:00
parent c93794999e
commit ccb7dc640d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public:
enum flow_control {
FLOW_CONTROL_DISABLE=0, FLOW_CONTROL_ENABLE=1, FLOW_CONTROL_AUTO=2
};
virtual void set_flow_control(enum flow_control flow_control) {};
virtual void set_flow_control(enum flow_control flow_control_setting) {};
/* Implementations of BetterStream virtual methods. These are
* provided by AP_HAL to ensure consistency between ports to