mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Adding example of developer custom make file
This commit is contained in:
parent
c417a1be7b
commit
57ac4dd401
5
Tools/px4_developer.mk.example
Normal file
5
Tools/px4_developer.mk.example
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user