mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-02-06 18:23:30 +08:00
5 lines
254 B
Plaintext
5 lines
254 B
Plaintext
$(info px4_developer.mk inclded)
|
|
ifeq ($(UAVCAN_BL_OVERRIDE),y)
|
|
$(info ************************** UAVCAN BOOT LOADERS built for In place application Debugging ***************************************)
|
|
export EXTRAFLAGS +=-DDEBUG_APPLICATION_INPLACE
|
|
endif |