feat(esp8266): rename some wifi private file

This commit is contained in:
Zhang Jun Hao
2020-08-18 10:22:08 +08:00
parent 9f37d6900f
commit 38b91692da
17 changed files with 18 additions and 18 deletions

View File

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