From 63293510987df3e9e571cd71da35eb4a7780b13e Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Fri, 9 May 2014 02:50:16 +0400 Subject: [PATCH] LPC11C24 test app: non mandatory preprocessor symbols removed --- libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/Makefile b/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/Makefile index 482c45309a..5d55da084a 100644 --- a/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/Makefile +++ b/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/Makefile @@ -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)