Skip to content

Commit 43cc3dc

Browse files
arcaome-no-dev
authored andcommitted
Fix for implicit declaration of function nvs_flash_init error (espressif#204)
1 parent a36ef2a commit 43cc3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#include "freertos/FreeRTOS.h"
1818
#include "freertos/task.h"
1919
#include "esp_attr.h"
20+
#include "nvs_flash.h"
2021

2122
#if !CONFIG_ESP32_PHY_AUTO_INIT
22-
#include "nvs_flash.h"
2323
#include "esp_phy_init.h"
2424
#include "rom/rtc.h"
2525
void arduino_phy_init()

0 commit comments

Comments
 (0)