From 081df44d9203e1da0fabd9d819cb919772747b7e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 1 Jul 2016 15:35:15 +1000 Subject: [PATCH] HAL_QURT: fixed typo --- libraries/AP_HAL_QURT/UDPDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_QURT/UDPDriver.h b/libraries/AP_HAL_QURT/UDPDriver.h index 4eb34c094a..3f724eedad 100644 --- a/libraries/AP_HAL_QURT/UDPDriver.h +++ b/libraries/AP_HAL_QURT/UDPDriver.h @@ -43,7 +43,7 @@ public: uint32_t socket_check(uint8_t *buf, int len, uint32_t *nbytes); uint32_t socket_input(const uint8_t *buf, int len, uint32_t *nbytes); - enum flow_control get_flow_control(void) { return FLOW_CONTROL_ENABLE; }; + enum flow_control get_flow_control(void) { return FLOW_CONTROL_ENABLE; } private: Semaphore lock;