Skip to content

Commit 44f580f

Browse files
0x3A2Bespressif-bot
authored andcommitted
Update tinyusb_development_guide.rst
文档编辑错误。根据下方CMakeLists.txt需要配添加的语句,tusb目录应为main下方。
1 parent 568869a commit 44f580f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/zh_CN/usb/usb_overview/tinyusb_development_guide.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
project_name
2222
|
2323
|-- main
24-
| |-- CMakeLists.txt
25-
| |-- idf_component.yml
26-
| |-- main.c
27-
|
28-
|-- tusb
29-
|-- tusb_config.h
30-
|-- usb_descriptors.c
31-
|-- usb_descriptors.h
24+
|-- CMakeLists.txt
25+
|-- idf_component.yml
26+
|-- main.c
27+
|-- tusb
28+
|-- tusb_config.h
29+
|-- usb_descriptors.c
30+
|-- usb_descriptors.h
3231
3332
在该工程的 main 组件中添加组件依赖,:ref:`espressif/tinyusb <espressif/tinyusb>`。
3433

0 commit comments

Comments
 (0)