px4-firmware/Tools/px4_developer.mk.example

5 lines
254 B
Plaintext
Raw Normal View History

$(info px4_developer.mk inclded)
ifeq ($(UAVCAN_BL_OVERRIDE),y)
$(info ************************** UAVCAN BOOT LOADERS built for In place application Debugging ***************************************)
2020-06-22 15:46:59 -03:00
export EXTRAFLAGS +=-DDEBUG_APPLICATION_INPLACE
endif