STM32: fixed clock selection error for LPTIM for STM32H7xx

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14766 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
akscram 2021-09-14 09:43:22 +00:00
parent 26f74fcbd3
commit 3de0c64dd2
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@
* @brief LPTIM1 clock source. * @brief LPTIM1 clock source.
*/ */
#if !defined(STM32_LPTIM1SEL) || defined(__DOXYGEN__) #if !defined(STM32_LPTIM1SEL) || defined(__DOXYGEN__)
#define STM32_LPTIM1SEL STM32_LPTIM1_PCLK1 #define STM32_LPTIM1SEL STM32_LPTIM1SEL_PCLK1
#endif #endif
/** /**