fixed c formating

This commit is contained in:
Max Holliday 2021-10-03 23:13:58 -06:00
parent 5ceb72009e
commit 6a8b4f5f07
1 changed files with 3 additions and 1 deletions

View File

@ -278,7 +278,9 @@ MP_NOINLINE void common_hal_alarm_pretending_deep_sleep(void) {
if (!fake_sleep) {
SAMD_ALARM_FLAG = 1;
while(RTC->MODE0.SYNCBUSY.reg);
while(RTC->MODE0.SYNCBUSY.reg) {
;
}
fake_sleep = true;
} else {
port_idle_until_interrupt();