Commit 6bc7b50b authored by lyong's avatar lyong

fix:修改文件编码

parent 26939a27
...@@ -66,12 +66,12 @@ function uart_set_canonical(fd) { ...@@ -66,12 +66,12 @@ function uart_set_canonical(fd) {
console.log("!!!!!! Please use C code to modify rx_thread !!!!!"); console.log("!!!!!! Please use C code to modify rx_thread !!!!!");
return; return;
console.log("!!uart_set_canonical:" + fd); console.log("!!uart_set_canonical:" + fd);
// 串口设为 canonical 模式 // // 串口设为 canonical 模式 //
uartUtil.uart_set_canonical(fd); uartUtil.uart_set_canonical(fd);
} }
function uart_set_raw(fd) { function uart_set_raw(fd) {
console.log("!!uart_set_raw:" + fd); console.log("!!uart_set_raw:" + fd);
// 串口设为 raw 模式 // 串口设为 raw 模式
uartUtil.uart_set_raw(fd); uartUtil.uart_set_raw(fd);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment