mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
5 lines
256 B
Plaintext
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 |