mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 11:23:06 +08:00
Adding example of developer custom make file
This commit is contained in:
committed by
Lorenz Meier
parent
c417a1be7b
commit
57ac4dd401
@@ -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
|
||||
Reference in New Issue
Block a user