On-the-fly heatshrink decoding now works.

This commit is contained in:
Jeroen Domburg
2014-10-13 20:06:38 +02:00
parent 0cd1984fb7
commit 8c04617cb2
4 changed files with 57 additions and 13 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
CFLAGS=-I../lib/heatshrink -I../user -I../include -std=gnu99
espfs.o: espfs.c ../user/espfs.c
espfstest: main.o espfs.o heatshrink_decoder.o
$(CC) -o $@ $^
espfs.o: espfs.c ../user/espfs.c
clean:
rm -f *.o espfstest