summaryrefslogtreecommitdiff
path: root/nuttx/configs/samd20-xplained
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:22:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:22:22 -0600
commit70b6bb22af51defd713adfd452309f32f0e523aa (patch)
treeb483c578cf6ae76888b89188bedb03f539ab4cd3 /nuttx/configs/samd20-xplained
parent3cf6b4d6577c2f467dbb25dd0da8cdc6ad32a7b4 (diff)
downloadpx4-nuttx-70b6bb22af51defd713adfd452309f32f0e523aa.tar.gz
px4-nuttx-70b6bb22af51defd713adfd452309f32f0e523aa.tar.bz2
px4-nuttx-70b6bb22af51defd713adfd452309f32f0e523aa.zip
More trailing whilespace removal
Diffstat (limited to 'nuttx/configs/samd20-xplained')
-rw-r--r--nuttx/configs/samd20-xplained/nsh/Make.defs2
-rw-r--r--nuttx/configs/samd20-xplained/src/sam_ug2832hsweg04.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/samd20-xplained/nsh/Make.defs b/nuttx/configs/samd20-xplained/nsh/Make.defs
index 3fcb9de93..a5944b9c6 100644
--- a/nuttx/configs/samd20-xplained/nsh/Make.defs
+++ b/nuttx/configs/samd20-xplained/nsh/Make.defs
@@ -117,6 +117,6 @@ ifeq ($(WINTOOL),y)
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
else
- # Linux/Cygwin-native host tools
+ # Linux/Cygwin-native host tools
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
endif
diff --git a/nuttx/configs/samd20-xplained/src/sam_ug2832hsweg04.c b/nuttx/configs/samd20-xplained/src/sam_ug2832hsweg04.c
index a031179c8..8b4754ab9 100644
--- a/nuttx/configs/samd20-xplained/src/sam_ug2832hsweg04.c
+++ b/nuttx/configs/samd20-xplained/src/sam_ug2832hsweg04.c
@@ -81,7 +81,7 @@
* SPI MISO SPI MISO
* ----------------- ---------------------- ----------------------
* 18 SPI_SCK 18 PA07 SERCOM0 PAD[3] 18 PA19 SERCOM1 PAD[3]
- * SPI SCK SPI SCK
+ * SPI SCK SPI SCK
* ----------------- ---------------------- ----------------------
* 19 GND 19 GND GND
* ----------------- ---------------------- ----------------------
@@ -171,7 +171,7 @@ FAR struct lcd_dev_s *up_nxdrvinit(unsigned int devno)
/* Configure the OLED PORTs. This initial configuration is RESET low,
* putting the OLED into reset state.
*/
-
+
(void)sam_configport(PORT_OLED_RST);
/* Wait a bit then release the OLED from the reset state */