Skip to content

Commit aa31b12

Browse files
committed
STM32H7 watchdog patch
1 parent da9b919 commit aa31b12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/TARGET_STM/TARGET_STM32H7/objects.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ struct can_s {
170170
#define RCC_LPUART1CLKSOURCE_PCLK1 RCC_LPUART1CLKSOURCE_PLL2
171171
#define RCC_LPUART1CLKSOURCE_SYSCLK RCC_LPUART1CLKSOURCE_D3PCLK1
172172

173+
/* watchdog_api.c */
174+
#define IWDG IWDG1
175+
173176
#ifdef __cplusplus
174177
}
175178
#endif

0 commit comments

Comments
 (0)