|
@@ -218,7 +218,7 @@ Learn how to use RT-Thread ENV, click [Here](https://github.com/RT-Thread/rtthre
|
|
|
|
|
|
Enable USB device.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -226,7 +226,7 @@ Enable USB device.
|
|
|
|
|
|
Enable USB Device Driver and enable to use device as CDC device.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -234,7 +234,7 @@ Enable USB Device Driver and enable to use device as CDC device.
|
|
|
|
|
|
Select VC (virtual console) software package.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -247,7 +247,7 @@ rt_device_t dev = rt_device_find("vcom");
|
|
|
vconsole_switch(dev);
|
|
|
```
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|