HAL_QURT: fixed typo

This commit is contained in:
Andrew Tridgell 2016-07-01 15:35:15 +10:00
parent 6e065b3fe2
commit 081df44d92

View File

@ -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;