mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-08-02 12:14:28 +02:00
Fix for implicit declaration of function nvs_flash_init error (#204)
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user