未验证 提交 b2b8774f 编写于 作者: O openharmony_ci 提交者: Gitee

!6391 【注释】uart-des文档示例代码注释对齐

Merge pull request !6391 from 喻明/master
......@@ -80,7 +80,7 @@ DevHandle UartOpen(uint32_t port);
```
DevHandle handle = NULL; /* UART设备句柄 */
uint32_t port = 3; /* UART设备端口号 */
uint32_t port = 3; /* UART设备端口号 */
handle = UartOpen(port);
if (handle == NULL) {
HDF_LOGE("UartOpen: failed!\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册