mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Adding example of developer custom make file
This commit is contained in:
committed by
Lorenz Meier
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
|
||||
Reference in New Issue
Block a user