Fix style issues in STM peripheral drivers
This commit is contained in:
@@ -46,7 +46,8 @@ void backup_ram_init(bool use_backup_regulator)
|
||||
PWR->CSR |= PWR_CSR_BRE;
|
||||
|
||||
/* Wait until regulator is ready */
|
||||
while (!(PWR->CSR & PWR_CSR_BRR));
|
||||
while (!(PWR->CSR & PWR_CSR_BRR))
|
||||
;
|
||||
}
|
||||
|
||||
/* Enable clock for backup ram interface */
|
||||
|
||||
Reference in New Issue
Block a user