From a2615d793ebf999b8be70b2b2e780fb056d54aa8 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Thu, 10 Sep 2015 21:20:49 -0400 Subject: [PATCH] Put warning on spacing in makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1c036690ea..d950ecab98 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,8 @@ endef # ADD CONFIGS HERE # -------------------------------------------------------------------- +# Do not put any spaces between function arguments. + px4fmu-v2_default: $(call cmake-build,Toolchain-arm-none-eabi,nuttx,px4fmu-v2,default)