From ccb7dc640d43b5603e4e98673099290ca6a5442c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 12 Feb 2014 10:51:58 +1100 Subject: [PATCH] AP_HAL: fixed a build warning --- libraries/AP_HAL/UARTDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL/UARTDriver.h b/libraries/AP_HAL/UARTDriver.h index f5b20144b0..0b6b5e4474 100644 --- a/libraries/AP_HAL/UARTDriver.h +++ b/libraries/AP_HAL/UARTDriver.h @@ -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