mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +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/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()
|
||||
|
Reference in New Issue
Block a user