Bugfix/tw26696 fix wifi timer v3.1 (backport v3.1)

This commit is contained in:
Liu Zhi Fu
2018-10-17 17:30:46 +08:00
committed by Jiang Jiang Jian
parent 93f04b87b2
commit f97e2d3bde
3 changed files with 33 additions and 1 deletions

View File

@@ -195,6 +195,15 @@ void *wifi_realloc( void *ptr, size_t size );
*/
void *wifi_calloc( size_t n, size_t size );
/**
* @brief Update WiFi MAC time
*
* @param uint32_t time_delta : time duration since the WiFi/BT common clock is disabled
*
* @return Always returns ESP_OK
*/
esp_err_t esp_wifi_internal_update_mac_time( uint32_t time_delta );
#ifdef __cplusplus
}
#endif