Skip to content

Commit

Permalink
update: luat_uart.h里面的luat_uart_ctrl重复定义了
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Feb 16, 2025
1 parent 566ddb1 commit 7f56957
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions luat/include/luat_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,6 @@ typedef struct luat_uart_ctrl_param
*/
int luat_uart_ctrl(int uart_id, LUAT_UART_CTRL_CMD_E cmd, void* param);

/**
* @brief 串口控制
*
* @param uart_id 串口id
* @param cmd 串口控制命令
* @param param 串口控制参数
* @return int
*/
int luat_uart_ctrl(int uart_id, LUAT_UART_CTRL_CMD_E cmd, void* param);

/**
* @brief 开关串口硬件流控,Air780E暂不支持
*
Expand Down

0 comments on commit 7f56957

Please sign in to comment.