[refactor][examples] add case success message

This commit is contained in:
jzlv 2021-07-01 19:31:37 +08:00
parent 72e16855d6
commit d0b959f99d
62 changed files with 643433 additions and 376 deletions

View file

@ -74,4 +74,7 @@ int main(void)
}
BL_CASE_SUCCESS;
while (1) {
bflb_platform_delay_ms(100);
}
}