File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
libraries/HAL_Drivers/drivers
stm32h750-artpi/board/CubeMX_Config/Core/Inc Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ static RTC_AlarmTypeDef Alarm_InitStruct = { 0 };
4646static struct rtc_device_object rtc_device ;
4747static RTC_HandleTypeDef RTC_Handler ;
4848
49- rt_weak uint32_t HAL_RTCEx_BKUPRead (RTC_HandleTypeDef * hrtc , uint32_t BackupRegister )
49+ rt_weak uint32_t HAL_RTCEx_BKUPRead (const RTC_HandleTypeDef * hrtc , uint32_t BackupRegister )
5050{
5151 return (~BKUP_REG_DATA );
5252}
5353
54- rt_weak void HAL_RTCEx_BKUPWrite (RTC_HandleTypeDef * hrtc , uint32_t BackupRegister , uint32_t Data )
54+ rt_weak void HAL_RTCEx_BKUPWrite (const RTC_HandleTypeDef * hrtc , uint32_t BackupRegister , uint32_t Data )
5555{
5656 return ;
5757}
Original file line number Diff line number Diff line change 6868/* #define HAL_XSPI_MODULE_ENABLED */
6969/* #define HAL_RAMECC_MODULE_ENABLED */
7070/* #define HAL_RNG_MODULE_ENABLED */
71- /* #define HAL_RTC_MODULE_ENABLED */
71+ #define HAL_RTC_MODULE_ENABLED
7272/* #define HAL_SAI_MODULE_ENABLED */
7373#define HAL_SD_MODULE_ENABLED
7474/* #define HAL_MMC_MODULE_ENABLED */
You can’t perform that action at this time.
0 commit comments