File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ static inline void setBackupRegister(uint32_t index, uint32_t value)
121121 LL_RTC_BAK_SetRegister (RTC , index , value );
122122#elif defined(TAMP_BKP0R )
123123#if defined(STM32G4xx ) || defined(STM32H5xx ) || defined(STM32L5xx ) || \
124- defined(STM32U5xx ) || defined(STM32MP1xx ) || defined(STM32WBAxx ) || \
125- defined(STM32WLxx )
124+ defined(STM32U3xx ) || defined(STM32U5xx ) || defined(STM32MP1xx ) || \
125+ defined(STM32WBAxx ) || defined( STM32WLxx )
126126 /* For those series this API requires RTC even if it is not used
127127 and TAMP is used instead */
128128 LL_RTC_BKP_SetRegister (RTC , index , value );
@@ -145,8 +145,8 @@ static inline uint32_t getBackupRegister(uint32_t index)
145145 return LL_RTC_BAK_GetRegister (RTC , index );
146146#elif defined(TAMP_BKP0R )
147147#if defined(STM32G4xx ) || defined(STM32H5xx ) || defined(STM32L5xx ) || \
148- defined(STM32U5xx ) || defined(STM32MP1xx ) || defined(STM32WBAxx ) || \
149- defined(STM32WLxx )
148+ defined(STM32U3xx ) || defined(STM32U5xx ) || defined(STM32MP1xx ) || \
149+ defined(STM32WBAxx ) || defined( STM32WLxx )
150150 /* For those series this API requires RTC even if it is not used
151151 and TAMP is used instead */
152152 return LL_RTC_BKP_GetRegister (RTC , index );
You can’t perform that action at this time.
0 commit comments