Fix Travis build failure
This commit is contained in:
parent
2ab061f510
commit
17ae6e20c7
|
@ -1,3 +1,5 @@
|
||||||
|
CC =gcc
|
||||||
|
|
||||||
SRCS=\
|
SRCS=\
|
||||||
main.c \
|
main.c \
|
||||||
../../app/spiffs/spiffs_cache.c ../../app/spiffs/spiffs_check.c ../../app/spiffs/spiffs_gc.c ../../app/spiffs/spiffs_hydrogen.c ../../app/spiffs/spiffs_nucleus.c
|
../../app/spiffs/spiffs_cache.c ../../app/spiffs/spiffs_check.c ../../app/spiffs/spiffs_gc.c ../../app/spiffs/spiffs_hydrogen.c ../../app/spiffs/spiffs_nucleus.c
|
||||||
|
|
Loading…
Reference in New Issue