From d5e7b277f2b3fb3aea575b779e57b025a3c0b63d Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Thu, 24 Jul 2014 13:40:01 +0400 Subject: [PATCH] STM32 test: simplified makefile --- libuavcan_drivers/stm32/test_stm32f107/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/libuavcan_drivers/stm32/test_stm32f107/Makefile b/libuavcan_drivers/stm32/test_stm32f107/Makefile index d139ec8012..08cd232a87 100644 --- a/libuavcan_drivers/stm32/test_stm32f107/Makefile +++ b/libuavcan_drivers/stm32/test_stm32f107/Makefile @@ -16,9 +16,6 @@ CPPSRC = src/main.cpp src/dummy.cpp UDEFS = -DUAVCAN_STM32_CHIBIOS=1 \ -DUAVCAN_STM32_TIMER_NUMBER=6 \ - -DUAVCAN_MEM_POOL_BLOCK_SIZE=56 \ - -DUAVCAN_TOSTRING=0 \ - -DUAVCAN_EXCEPTIONS=0 \ -DUAVCAN_TINY=1 \ -DUAVCAN_STM32_NUM_IFACES=2