diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/STM32/TIMv1/st_lld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/TIMv1/st_lld.c b/os/hal/ports/STM32/TIMv1/st_lld.c index 090b7a4fe..a8ef5896d 100644 --- a/os/hal/ports/STM32/TIMv1/st_lld.c +++ b/os/hal/ports/STM32/TIMv1/st_lld.c @@ -26,7 +26,6 @@ #if (OSAL_ST_MODE != OSAL_ST_MODE_NONE) || defined(__DOXYGEN__)
-
/*===========================================================================*/
/* Driver local definitions. */
/*===========================================================================*/
|