Skip to content

Commit c23d97e

Browse files
0x3A2Bespressif-bot
authored andcommitted
Update tinyusb_development_guide.rst
Update the English part.
1 parent 44f580f commit c23d97e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/en/usb/usb_overview/tinyusb_development_guide.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ First, create the following directory structure:
2222
project_name
2323
|
2424
|-- main
25-
| |-- CMakeLists.txt
26-
| |-- idf_component.yml
27-
| |-- main.c
28-
|
29-
|-- tusb
30-
|-- tusb_config.h
31-
|-- usb_descriptors.c
32-
|-- usb_descriptors.h
25+
|-- CMakeLists.txt
26+
|-- idf_component.yml
27+
|-- main.c
28+
|-- tusb
29+
|-- tusb_config.h
30+
|-- usb_descriptors.c
31+
|-- usb_descriptors.h
3332
3433
Add component dependencies in the main component of the project, referencing :ref:`espressif/tinyusb <espressif/tinyusb>`.
3534

0 commit comments

Comments
 (0)