Browse Source

AP_HAL: fixed a build warning

master
Andrew Tridgell 11 years ago
parent
commit
ccb7dc640d
  1. 2
      libraries/AP_HAL/UARTDriver.h

2
libraries/AP_HAL/UARTDriver.h

@ -42,7 +42,7 @@ public: @@ -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

Loading…
Cancel
Save