Skip to content

Commit 769b9a3

Browse files
committed
STM32H7 watchdog patch
1 parent 4cf2de9 commit 769b9a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/TARGET_STM/TARGET_STM32H7/common_objects.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ struct can_s {
148148
#define RCC_LPUART1CLKSOURCE_PCLK1 RCC_LPUART1CLKSOURCE_PLL2
149149
#define RCC_LPUART1CLKSOURCE_SYSCLK RCC_LPUART1CLKSOURCE_D3PCLK1
150150

151+
/* watchdog_api.c */
152+
#define IWDG IWDG1
153+
151154
#ifdef __cplusplus
152155
}
153156
#endif

0 commit comments

Comments
 (0)