Skip to content

Commit 1a6cdf8

Browse files
LMESTM0xc0170
authored andcommitted
STM32WB: FIX LL RTC warning
1 parent e57771f commit 1a6cdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32WB/device/stm32wbxx_ll_rtc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3091,7 +3091,7 @@ __STATIC_INLINE void LL_RTC_BAK_SetRegister(RTC_TypeDef *RTCx, uint32_t BackupRe
30913091
*/
30923092
__STATIC_INLINE uint32_t LL_RTC_BAK_GetRegister(RTC_TypeDef *RTCx, uint32_t BackupRegister)
30933093
{
3094-
const register __IO uint32_t *tmp;
3094+
register const __IO uint32_t *tmp;
30953095

30963096
tmp = &(RTCx->BKP0R) + BackupRegister;
30973097

0 commit comments

Comments
 (0)