Эх сурвалжийг харах

【修改】comment format

Signed-off-by: liuxianliang <liuxianliang@rt-thread.com>
liuxianliang 6 жил өмнө
parent
commit
28795ce09f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      inc/ppp_device.h

+ 1 - 1
inc/ppp_device.h

@@ -67,7 +67,7 @@ struct ppp_device
     rt_device_t uart;                           /* low-level uart device object */
     const struct ppp_device_ops *ops;           /* ppp device ops interface */
     enum ppp_conn_type conn_type;               /* using usb or uart */
-    rt_base_t power_pin;                /* power pin, if device need hardware reset */
+    rt_base_t power_pin;                        /* power pin, if device need hardware reset */
 
     ppp_pcb *pcb;                               /* ppp protocol control block */
     struct netif pppif;