From 98a2445065383015dfe2134a384ebdf3fb7dfc26 Mon Sep 17 00:00:00 2001 From: px4dev Date: Wed, 24 Apr 2013 17:45:08 -0700 Subject: [PATCH] Include the correct Make.defs file --- nuttx/configs/px4fmuv2/nsh/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx/configs/px4fmuv2/nsh/Make.defs b/nuttx/configs/px4fmuv2/nsh/Make.defs index 3e6f88bd3a..3306e4bf10 100644 --- a/nuttx/configs/px4fmuv2/nsh/Make.defs +++ b/nuttx/configs/px4fmuv2/nsh/Make.defs @@ -1,3 +1,3 @@ include ${TOPDIR}/.config -include $(TOPDIR)/configs/px4fmu/common/Make.defs +include $(TOPDIR)/configs/px4fmuv2/common/Make.defs