Fix for implicit declaration of function nvs_flash_init error (#204)
This commit is contained in:
parent
a36ef2aea8
commit
43cc3dc815
@ -17,9 +17,9 @@
|
|||||||
#include "freertos/FreeRTOS.h"
|
#include "freertos/FreeRTOS.h"
|
||||||
#include "freertos/task.h"
|
#include "freertos/task.h"
|
||||||
#include "esp_attr.h"
|
#include "esp_attr.h"
|
||||||
|
#include "nvs_flash.h"
|
||||||
|
|
||||||
#if !CONFIG_ESP32_PHY_AUTO_INIT
|
#if !CONFIG_ESP32_PHY_AUTO_INIT
|
||||||
#include "nvs_flash.h"
|
|
||||||
#include "esp_phy_init.h"
|
#include "esp_phy_init.h"
|
||||||
#include "rom/rtc.h"
|
#include "rom/rtc.h"
|
||||||
void arduino_phy_init()
|
void arduino_phy_init()
|
||||||
|
Loading…
Reference in New Issue
Block a user