components esp32/lwip: modify code according to review comments

1. Modify comments for esp_wifi_internal_tx
2. Fix delay time error in esp32_tx_flow_ctrl which is found in code review,
   modify _wait_delay init value from 0 to 1
This commit is contained in:
liuzhifu
2016-10-26 14:09:54 +08:00
parent 48301909eb
commit a90217e201
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ bool esp_wifi_internal_tx_is_stop(void);
void esp_wifi_internal_free_rx_buffer(void* buffer);
/**
* @brief free the rx buffer which allocated by wifi driver
* @brief transmit the buffer via wifi driver
*
* @attention1 TODO should modify the return type from bool to int
*