mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-22 20:59:03 +00:00
[fix] update examples cdk project
This commit is contained in:
parent
c2f3072455
commit
5cca7f0193
57 changed files with 473 additions and 547 deletions
|
@ -30,7 +30,7 @@ int main(void)
|
|||
|
||||
if (uart1)
|
||||
{
|
||||
device_open(uart1, DEVICE_OFLAG_STREAM_TX); //uart0 tx dma mode
|
||||
device_open(uart1, DEVICE_OFLAG_STREAM_TX);
|
||||
MSG("device find success\r\n");
|
||||
}
|
||||
device_write(uart1,0,buffer,10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue