mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-24 10:34:00 +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 |