[fix] update examples cdk project

This commit is contained in:
jzlv 2021-06-04 17:51:00 +08:00
parent c2f3072455
commit 5cca7f0193
57 changed files with 473 additions and 547 deletions

View file

@ -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);