Files
PX4-Autopilot/Tools/px4_developer.mk.example
2016-12-21 08:34:20 +01:00

5 lines
256 B
Plaintext

$(info px4_developer.mk inclded)
ifeq ($(UAVCAN_BL_OVERRIDE),y)
$(info ************************** UAVCAN BOOT LOADERS built for In place application Debugging ***************************************)
export EXTRADEFINES +=-DDEBUG_APPLICATION_INPLACE
endif