STM32WB: FIX LL RTC warning

pull/9814/head
Laurent Meunier 2019-02-20 15:50:55 +01:00
parent 5871a712dc
commit 22f9ac6624
1 changed files with 1 additions and 1 deletions

View File

@ -3091,7 +3091,7 @@ __STATIC_INLINE void LL_RTC_BAK_SetRegister(RTC_TypeDef *RTCx, uint32_t BackupRe
*/ */
__STATIC_INLINE uint32_t LL_RTC_BAK_GetRegister(RTC_TypeDef *RTCx, uint32_t BackupRegister) __STATIC_INLINE uint32_t LL_RTC_BAK_GetRegister(RTC_TypeDef *RTCx, uint32_t BackupRegister)
{ {
const register __IO uint32_t *tmp; register const __IO uint32_t *tmp;
tmp = &(RTCx->BKP0R) + BackupRegister; tmp = &(RTCx->BKP0R) + BackupRegister;