mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
fix(spiffs): Fix spiffs compiling error
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Component Makefile
|
||||
#
|
||||
COMPONENT_ADD_INCLUDEDIRS += include
|
||||
COMPONENT_ADD_INCLUDEDIRS += include/spiffs
|
||||
|
||||
COMPONENT_SRCDIRS := library
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include "esp_common.h"
|
||||
#include "esp_spiffs.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user