Explorar el Código

【增加】uart的接管信息打印

Signed-off-by: liuxianliang <liuxianliang@rt-thread.com>
liuxianliang hace 6 años
padre
commit
fbe8f3feeb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/ppp_chat.c

+ 1 - 0
src/ppp_chat.c

@@ -248,5 +248,6 @@ rt_err_t modem_chat(rt_device_t serial, const struct modem_chat_data *data, rt_s
     }
 
     serial->rx_indicate = old_rx_ind;
+    LOG_I("(%s) has control by ppp_device.", serial->parent.name);
     return err;
 }