mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-22 04:38:39 +00:00
[refactor][examples] add case success message
This commit is contained in:
parent
72e16855d6
commit
d0b959f99d
62 changed files with 643433 additions and 376 deletions
|
@ -27,8 +27,13 @@ int main(void)
|
|||
{
|
||||
bflb_platform_init(0);
|
||||
|
||||
while (1) {
|
||||
for (uint8_t i = 0; i < 10; i++) {
|
||||
MSG("hello world!\r\n");
|
||||
bflb_platform_delay_ms(1000);
|
||||
bflb_platform_delay_ms(200);
|
||||
}
|
||||
|
||||
BL_CASE_SUCCESS;
|
||||
while (1) {
|
||||
bflb_platform_delay_ms(100);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue