mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-06 12:58:45 +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
|
@ -53,12 +53,12 @@ int main(void)
|
|||
|
||||
MSG("memheap test\r\n");
|
||||
if (!memheap_test()) {
|
||||
MSG("memheap test success\r\n");
|
||||
BL_CASE_SUCCESS;
|
||||
} else {
|
||||
MSG("memheap test failed\r\n");
|
||||
BL_CASE_FAIL;
|
||||
}
|
||||
|
||||
while (1) {
|
||||
__asm volatile("nop");
|
||||
bflb_platform_delay_ms(100);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue