Fix for implicit declaration of function nvs_flash_init error (#204)

This commit is contained in:
Martin Sloup 2017-02-13 00:56:47 +01:00 committed by Me No Dev
parent a36ef2aea8
commit 43cc3dc815

View File

@ -17,9 +17,9 @@
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_attr.h"
#include "nvs_flash.h"
#if !CONFIG_ESP32_PHY_AUTO_INIT
#include "nvs_flash.h"
#include "esp_phy_init.h"
#include "rom/rtc.h"
void arduino_phy_init()