modify esp32_tx_flow_ctrl to static function and move extern api to header file

This commit is contained in:
liuzhifu
2016-09-09 14:31:10 +08:00
committed by Wu Jian Gang
parent 19c8476344
commit e38c4b0365
2 changed files with 6 additions and 4 deletions

View File

@@ -388,9 +388,9 @@ static void lwip_socket_drop_registered_memberships(int s);
#endif /* LWIP_IGMP */
#ifdef LWIP_ESP8266
extern size_t system_get_free_heap_size(void);
extern bool esp_wifi_tx_is_stop(void);
inline void esp32_tx_flow_ctrl(void)
//extern size_t system_get_free_heap_size(void);
//extern bool esp_wifi_tx_is_stop(void);
static inline void esp32_tx_flow_ctrl(void)
{
uint8_t _wait_delay = 0;