Browse Source

Adding example of developer custom make file

sbg
David Sidrane 8 years ago committed by Lorenz Meier
parent
commit
57ac4dd401
  1. 5
      Tools/px4_developer.mk.example

5
Tools/px4_developer.mk.example

@ -0,0 +1,5 @@ @@ -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…
Cancel
Save