mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-22 20:59:03 +00:00
[fix][examples] modify some demos peripheral init parameters,update ld file
This commit is contained in:
parent
ee03cdc86e
commit
48479d0e20
33 changed files with 544 additions and 626 deletions
|
@ -244,7 +244,7 @@ int main(void)
|
|||
MSG("%s", str);
|
||||
|
||||
while (lcd_draw_is_busy()) {
|
||||
BL_DRV_DUMMY;
|
||||
__ASM volatile("nop");
|
||||
}
|
||||
lcd_draw_str_ascii16(5, 180, 0xFFFF, 0x0010, str, 0xff);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue