提交 528527de 编写于 作者: 喻明

文档注释对齐

Signed-off-by: N喻明 <mingyum@isoftstone.com>
上级 6c7f6d42
......@@ -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.
先完成此消息的编辑!
想要评论请 注册