Fixed espfstest to use ESPFS_HEATSHRINK

This commit is contained in:
Jindra Dolezy
2015-04-11 12:32:29 +02:00
parent 3c8c2af597
commit a3132dc191
+1 -1
View File
@@ -1,4 +1,4 @@
CFLAGS=-I../../lib/heatshrink -I.. -std=gnu99
CFLAGS=-I../../lib/heatshrink -I.. -std=gnu99 -DESPFS_HEATSHRINK
espfstest: main.o espfs.o heatshrink_decoder.o
$(CC) -o $@ $^