Skip to content

Commit 1cf92dd

Browse files
committed
NUCLEO_H743ZI: include rtc LL driver
1 parent f3b304d commit 1cf92dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_STM/TARGET_STM32H7/device/stm32h7xx_hal_rtc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
/* Includes ------------------------------------------------------------------*/
2929
#include "stm32h7xx_hal_def.h"
30+
#include "stm32h7xx_ll_rtc.h" // MBED PATCH
3031

3132
/** @addtogroup STM32H7xx_HAL_Driver
3233
* @{

0 commit comments

Comments
 (0)