mirror of https://github.com/ARMmbed/mbed-os.git
STM32G0 stm32g0xx_ll_rtc.h compilation warning
Waiting for https://github.com/STMicroelectronics/STM32CubeG0/issues/11pull/13481/head
parent
08ef04d027
commit
2f2a1ea3f2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue