cleanup crc

This commit is contained in:
Rene Hopf
2017-09-12 23:30:27 +02:00
parent 99898987de
commit 1901531b9b
6 changed files with 0 additions and 2 deletions
-1
View File
@@ -71,7 +71,6 @@ SOURCES += src/version.c
SOURCES += src/syscalls.c
SOURCES += shared/crc8.c
SOURCES += shared/crc16.c
SOURCES += shared/angle.c
SOURCES += shared/hal.c
SOURCES += shared/commands.c
-1
View File
@@ -53,7 +53,6 @@ SOURCES += $(COMPS)
INCDIRS += shared
SOURCES += shared/ringbuf.c
SOURCES += shared/crc8.c
SOURCES += shared/crc16.c
SOURCES += shared/angle.c
SOURCES += shared/hal.c
SOURCES += shared/commands.c