fix(spiffs): Fix spiffs compiling error

This commit is contained in:
Dong Heng
2018-04-08 14:36:20 +08:00
parent 7bb0c87c7e
commit 8526925801
6 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS += include
COMPONENT_ADD_INCLUDEDIRS += include/spiffs
COMPONENT_SRCDIRS := library

View File

@ -1,4 +1,5 @@
#include "esp_common.h"
#include "esp_spiffs.h"
#include <fcntl.h>
#include <stdio.h>