aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uavcan
diff options
context:
space:
mode:
authorPavel Kirienko <pavel.kirienko@gmail.com>2014-08-01 01:04:24 +0400
committerPavel Kirienko <pavel.kirienko@gmail.com>2014-08-01 01:04:24 +0400
commitb606674fc77aa772fba66ad09dd3879a62a7f44c (patch)
treea45f6504f3363805640114d57d079f823379d7e7 /src/modules/uavcan
parent87273abc9aa0006baff53741e605c9992ec8c955 (diff)
downloadpx4-firmware-b606674fc77aa772fba66ad09dd3879a62a7f44c.tar.gz
px4-firmware-b606674fc77aa772fba66ad09dd3879a62a7f44c.tar.bz2
px4-firmware-b606674fc77aa772fba66ad09dd3879a62a7f44c.zip
Removed misleading comment from the UAVCAN module makefile
Diffstat (limited to 'src/modules/uavcan')
-rw-r--r--src/modules/uavcan/module.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/uavcan/module.mk b/src/modules/uavcan/module.mk
index 1ef6f0cfa..3865f2468 100644
--- a/src/modules/uavcan/module.mk
+++ b/src/modules/uavcan/module.mk
@@ -65,10 +65,6 @@ override EXTRADEFINES := $(EXTRADEFINES) -DUAVCAN_STM32_NUTTX -DUAVCAN_STM32_NUM
#
# Invoke DSDL compiler
-# TODO: Add make target for this, or invoke dsdlc manually.
-# The second option assumes that the generated headers shall be saved
-# under the version control, which may be undesirable.
-# The first option requires any Python and the Python Mako library for the sources to be built.
#
$(info $(shell $(LIBUAVCAN_DSDLC) $(UAVCAN_DSDL_DIR)))
INCLUDE_DIRS += dsdlc_generated