STM32G0 stm32g0xx_ll_rtc.h compilation warning

Waiting for
https://github.com/STMicroelectronics/STM32CubeG0/issues/11
pull/13481/head
jeromecoutant 2020-08-24 11:57:25 +02:00
parent 08ef04d027
commit 2f2a1ea3f2
1 changed files with 1 additions and 1 deletions

View File

@ -3074,7 +3074,7 @@ __STATIC_INLINE void LL_RTC_BKP_SetRegister(TAMP_TypeDef *TAMPx, uint32_t Backup
*/
__STATIC_INLINE uint32_t LL_RTC_BKP_GetRegister(TAMP_TypeDef *TAMPx, uint32_t BackupRegister)
{
const register __IO uint32_t *tmp;
register __IO uint32_t *tmp;
tmp = &(TAMPx->BKP0R) + BackupRegister;