mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
LPC11C24 test app: non mandatory preprocessor symbols removed
This commit is contained in:
parent
eeb8b84215
commit
6329351098
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user