Skip to content

Commit d04bbfb

Browse files
author
Josuah Demangeon
committed
usb: uvc: move the header definition to include/
Move the UVC header with all the definitions from the UVC standard to share it between USB host and device class implementation. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent 0ce7104 commit d04bbfb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

subsys/usb/device_next/class/usbd_uvc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#include <zephyr/sys/util.h>
2525
#include <zephyr/usb/usb_ch9.h>
2626
#include <zephyr/usb/class/usbd_uvc.h>
27+
#include <zephyr/usb/class/usb_uvc.h>
2728

28-
#include "usbd_uvc.h"
2929
#include "../../../drivers/video/video_ctrls.h"
3030
#include "../../../drivers/video/video_device.h"
3131

0 commit comments

Comments
 (0)