summaryrefslogtreecommitdiff
path: root/nuttx/configs/viewtool-stm32f107
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/viewtool-stm32f107
parent3cf6b4d6577c2f467dbb25dd0da8cdc6ad32a7b4 (diff)
downloadnuttx-70b6bb22af51defd713adfd452309f32f0e523aa.tar.gz
nuttx-70b6bb22af51defd713adfd452309f32f0e523aa.tar.bz2
nuttx-70b6bb22af51defd713adfd452309f32f0e523aa.zip
More trailing whilespace removal
Diffstat (limited to 'nuttx/configs/viewtool-stm32f107')
-rw-r--r--nuttx/configs/viewtool-stm32f107/src/stm32_buttons.c2
-rw-r--r--nuttx/configs/viewtool-stm32f107/src/stm32_leds.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/viewtool-stm32f107/src/stm32_buttons.c b/nuttx/configs/viewtool-stm32f107/src/stm32_buttons.c
index 542181069..1e4766af5 100644
--- a/nuttx/configs/viewtool-stm32f107/src/stm32_buttons.c
+++ b/nuttx/configs/viewtool-stm32f107/src/stm32_buttons.c
@@ -87,7 +87,7 @@ void board_button_initialize(void)
{
int i;
- /* Configure the GPIO pins as inputs. NOTE that EXTI interrupts are
+ /* Configure the GPIO pins as inputs. NOTE that EXTI interrupts are
* configured for some pins but NOT used in this file
*/
diff --git a/nuttx/configs/viewtool-stm32f107/src/stm32_leds.c b/nuttx/configs/viewtool-stm32f107/src/stm32_leds.c
index 3b468a9aa..1effb2efa 100644
--- a/nuttx/configs/viewtool-stm32f107/src/stm32_leds.c
+++ b/nuttx/configs/viewtool-stm32f107/src/stm32_leds.c
@@ -272,15 +272,15 @@ void stm32_setled(int led, bool ledon)
case BOARD_LED1:
pinset = GPIO_LED1;
break;
-
+
case BOARD_LED2:
pinset = GPIO_LED2;
break;
-
+
case BOARD_LED3:
pinset = GPIO_LED3;
break;
-
+
case BOARD_LED4:
#ifndef CONFIG_ARCH_LEDS
pinset = GPIO_LED4;