[fix] fix pinmux_init and while(1) process

This commit is contained in:
jzlv 2021-06-07 19:05:29 +08:00
parent 322bbbe17e
commit 8da1479a1b
12 changed files with 22 additions and 25 deletions

View file

@ -36,6 +36,7 @@ int main(void)
bflb_platform_set_alarm_time(1000000,systick_isr);
while(1)
{
__asm volatile ("nop");
}
}