mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-19 08:27:14 +08:00
feat(esp8266): rename some wifi private file
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
#include "esp_system.h"
|
||||
#include "esp_wifi.h"
|
||||
#include "esp_log.h"
|
||||
#include "internal/esp_wifi_internal.h"
|
||||
#include "esp_private/wifi.h"
|
||||
#include "phy.h"
|
||||
|
||||
#define TAG "wifi_init"
|
||||
@ -168,4 +168,4 @@ bool IRAM_ATTR esp_wifi_try_rate_from_high(void) {
|
||||
}
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user