mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 05:08:45 +00:00
[fix] fix pinmux_init and while(1) process
This commit is contained in:
parent
322bbbe17e
commit
8da1479a1b
12 changed files with 22 additions and 25 deletions
|
@ -36,6 +36,7 @@ int main(void)
|
|||
bflb_platform_set_alarm_time(1000000,systick_isr);
|
||||
while(1)
|
||||
{
|
||||
__asm volatile ("nop");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue