mirror of https://github.com/ArduPilot/ardupilot
HAL_QURT: fixed typo
This commit is contained in:
parent
6e065b3fe2
commit
081df44d92
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue