LPC11C24 test app: non mandatory preprocessor symbols removed

This commit is contained in:
Pavel Kirienko 2014-05-09 02:50:16 +04:00
parent eeb8b84215
commit 6329351098

View File

@ -17,10 +17,7 @@ INC = -Isrc/sys \
# UAVCAN library
#
DEF += -DUAVCAN_MEM_POOL_BLOCK_SIZE=56 \
-DUAVCAN_TOSTRING=0 \
-DUAVCAN_EXCEPTIONS=0 \
-DUAVCAN_TINY=1
DEF += -DUAVCAN_TINY=1
include ../../../libuavcan/include.mk
CPPSRC += $(LIBUAVCAN_SRC)