diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-28 09:04:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-28 09:04:58 +0000 |
commit | d040dd79a6925838fce4b5a7ff5bf6b6e9c0186c (patch) | |
tree | bb211dd7a5890416e36ebcf95ce86a030f2e2d88 /os/hal | |
parent | 9b7b5ce6bfd67fc6317445651af4906c7a54c528 (diff) | |
download | ChibiOS-d040dd79a6925838fce4b5a7ff5bf6b6e9c0186c.tar.gz ChibiOS-d040dd79a6925838fce4b5a7ff5bf6b6e9c0186c.tar.bz2 ChibiOS-d040dd79a6925838fce4b5a7ff5bf6b6e9c0186c.zip |
fixed spacing
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2441 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32/pwm_lld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/pwm_lld.c b/os/hal/platforms/STM32/pwm_lld.c index 2ede98142..33415513a 100644 --- a/os/hal/platforms/STM32/pwm_lld.c +++ b/os/hal/platforms/STM32/pwm_lld.c @@ -86,7 +86,6 @@ PWMDriver PWMD4; PWMDriver PWMD5;
#endif
-
/*===========================================================================*/
/* Driver local variables. */
/*===========================================================================*/
|