Adding example of developer custom make file

This commit is contained in:
David Sidrane 2016-12-12 13:09:37 -10:00 committed by Lorenz Meier
parent c417a1be7b
commit 57ac4dd401

View File

@ -0,0 +1,5 @@
$(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