[feat][examples] update ble & lvgl & boot2 iap case

This commit is contained in:
qqwang 2021-07-06 17:33:29 +08:00
parent 1f492d6a38
commit 9a2e6b78ca
6 changed files with 9 additions and 3 deletions

View file

@ -180,6 +180,8 @@ int main(void)
vTaskStartScheduler();
BL_CASE_SUCCESS;
while (1) {
bflb_platform_delay_ms(100);
}
}