mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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_check(uint8_t *buf, int len, uint32_t *nbytes);
|
||||||
uint32_t socket_input(const 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:
|
private:
|
||||||
Semaphore lock;
|
Semaphore lock;
|
||||||
|
Loading…
Reference in New Issue
Block a user