Skip to content

Commit fedec33

Browse files
finikorgstephanosio
authored andcommitted
doc: usb: Correct include path uhc.h
Fixes broken link to the USB HC API header file. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent 6de61d1 commit fedec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/services/usb/uhc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USB host controller driver API
55

66
The USB host controller (UHC) driver API implements the low level layer
77
to interface with the host controller. All USB host controller drivers
8-
should implement the APIs described in :zephyr_file:`include/drivers/usb/uhc.h`.
8+
should implement the APIs described in :zephyr_file:`include/zephyr/drivers/usb/uhc.h`.
99

1010
UHC driver API is experimental and is subject to change without notice.
1111

0 commit comments

Comments
 (0)