STM32H7 watchdog patch

pull/10466/head
jeromecoutant 2019-02-27 15:01:20 +01:00
parent da9b919268
commit aa31b1268a
1 changed files with 3 additions and 0 deletions

View File

@ -170,6 +170,9 @@ struct can_s {
#define RCC_LPUART1CLKSOURCE_PCLK1 RCC_LPUART1CLKSOURCE_PLL2
#define RCC_LPUART1CLKSOURCE_SYSCLK RCC_LPUART1CLKSOURCE_D3PCLK1
/* watchdog_api.c */
#define IWDG IWDG1
#ifdef __cplusplus
}
#endif