diff options
-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. */
/*===========================================================================*/
|