aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sidrane <david_s5@nscdg.com>2015-03-24 14:23:57 -1000
committerDavid Sidrane <david_s5@nscdg.com>2015-03-24 14:23:57 -1000
commit7442eb0d1c7880b973d55a32af9a95662dda2b26 (patch)
tree902469f9454dd71c82526b1e0e3dc449f7dfcc5e
parentc46d07ea2c31082796c83569c9080642e36ac0bb (diff)
downloadpx4-firmware-7442eb0d1c7880b973d55a32af9a95662dda2b26.tar.gz
px4-firmware-7442eb0d1c7880b973d55a32af9a95662dda2b26.tar.bz2
px4-firmware-7442eb0d1c7880b973d55a32af9a95662dda2b26.zip
Removed errant white space
-rw-r--r--nuttx-configs/px4cannode-v1/nsh/Make.defs12
-rw-r--r--nuttx-configs/px4cannode-v1/src/Makefile6
-rw-r--r--nuttx-configs/px4cannode-v1/src/empty.c2
-rw-r--r--src/drivers/boards/px4cannode-v1/board_config.h2
4 files changed, 11 insertions, 11 deletions
diff --git a/nuttx-configs/px4cannode-v1/nsh/Make.defs b/nuttx-configs/px4cannode-v1/nsh/Make.defs
index 8860661ce..25cb18d6e 100644
--- a/nuttx-configs/px4cannode-v1/nsh/Make.defs
+++ b/nuttx-configs/px4cannode-v1/nsh/Make.defs
@@ -85,7 +85,7 @@ else
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
else
- # Linux/Cygwin-native toolchain
+ # Linux/Cygwin-native toolchain
MKDEP = $(TOPDIR)/tools/mkdeps.sh
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
@@ -102,10 +102,10 @@ ARCHOPTIMIZATION = $(MAXOPTIMIZATION) \
-fno-strict-aliasing \
-fno-strength-reduce \
-fomit-frame-pointer \
- -funsafe-math-optimizations \
- -fno-builtin-printf \
- -ffunction-sections \
- -fdata-sections
+ -funsafe-math-optimizations \
+ -fno-builtin-printf \
+ -ffunction-sections \
+ -fdata-sections
ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
ARCHOPTIMIZATION += -g
@@ -137,7 +137,7 @@ ARCHCWARNINGS = $(ARCHWARNINGS) \
-Wmissing-prototypes \
-Wnested-externs
ARCHWARNINGSXX = $(ARCHWARNINGS)
-ARCHDEFINES =
+ARCHDEFINES =
ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10
# this seems to be the only way to add linker flags
diff --git a/nuttx-configs/px4cannode-v1/src/Makefile b/nuttx-configs/px4cannode-v1/src/Makefile
index 74313880e..ccd6b68a1 100644
--- a/nuttx-configs/px4cannode-v1/src/Makefile
+++ b/nuttx-configs/px4cannode-v1/src/Makefile
@@ -37,7 +37,7 @@
CFLAGS += -I$(TOPDIR)/sched
-ASRCS =
+ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = empty.c
@@ -50,8 +50,8 @@ OBJS = $(AOBJS) $(COBJS)
ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
ifeq ($(WINTOOL),y)
CFLAGS += -I "${shell cygpath -w $(ARCH_SRCDIR)/chip}" \
- -I "${shell cygpath -w $(ARCH_SRCDIR)/common}" \
- -I "${shell cygpath -w $(ARCH_SRCDIR)/armv7-m}"
+ -I "${shell cygpath -w $(ARCH_SRCDIR)/common}" \
+ -I "${shell cygpath -w $(ARCH_SRCDIR)/armv7-m}"
else
CFLAGS += -I$(ARCH_SRCDIR)/chip -I$(ARCH_SRCDIR)/common -I$(ARCH_SRCDIR)/armv7-m
endif
diff --git a/nuttx-configs/px4cannode-v1/src/empty.c b/nuttx-configs/px4cannode-v1/src/empty.c
index ace900866..5de10699f 100644
--- a/nuttx-configs/px4cannode-v1/src/empty.c
+++ b/nuttx-configs/px4cannode-v1/src/empty.c
@@ -1,4 +1,4 @@
/*
- * There are no source files here, but libboard.a can't be empty, so
+ * There are no source files here, but libboard.a can't be empty, so
* we have this empty source file to keep it company.
*/
diff --git a/src/drivers/boards/px4cannode-v1/board_config.h b/src/drivers/boards/px4cannode-v1/board_config.h
index ddf5603b6..299ab8e56 100644
--- a/src/drivers/boards/px4cannode-v1/board_config.h
+++ b/src/drivers/boards/px4cannode-v1/board_config.h
@@ -52,7 +52,7 @@ __BEGIN_DECLS
/* these headers are not C++ safe */
#include <stm32.h>
#include <arch/board/board.h>
-
+
/************************************************************************************
* Definitions
************************************************************************************/