Fixed espfstest to use ESPFS_HEATSHRINK

pull/30/head
Jindra Dolezy 9 years ago
parent 3c8c2af597
commit a3132dc191
  1. 2
      espfs/espfstest/Makefile

@ -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 $@ $^

Loading…
Cancel
Save