diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2015-06-28 16:12:46 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2015-06-28 16:12:46 +0200 |
commit | f6818cce54b99eecfc0d67437095d5adb955ee2c (patch) | |
tree | 512d1a439f0c40d9de12a3f127e1fd8983a5d043 /src/led-test/stm32f4xx_it.c | |
parent | 39cac7918987fc603dc54886e107af026583592e (diff) |
Remove trailing whitespace and DOS line endings.
Diffstat (limited to 'src/led-test/stm32f4xx_it.c')
-rw-r--r-- | src/led-test/stm32f4xx_it.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/led-test/stm32f4xx_it.c b/src/led-test/stm32f4xx_it.c index e387408..42d8713 100644 --- a/src/led-test/stm32f4xx_it.c +++ b/src/led-test/stm32f4xx_it.c @@ -1,11 +1,11 @@ /** ****************************************************************************** - * @file GPIO/GPIO_IOToggle/Src/stm32f4xx_it.c + * @file GPIO/GPIO_IOToggle/Src/stm32f4xx_it.c * @author MCD Application Team * @version V1.0.1 * @date 26-February-2014 * @brief Main Interrupt Service Routines. - * This file provides template for all exceptions handler and + * This file provides template for all exceptions handler and * peripherals interrupt service routine. ****************************************************************************** * @attention @@ -180,7 +180,7 @@ void SysTick_Handler(void) /** * @} - */ + */ /** * @} |