diff options
| author | kkitayam <[email protected]> | 2021-09-30 01:13:19 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-09-30 01:13:33 +0900 |
| commit | 831443a2dce346cafab47a0a7f593e72fa33bfa4 (patch) | |
| tree | d68b74ed3d38356778fbac8868f2a20d53c0195a /examples/device/video_capture/src/main.c | |
| parent | 4ca466b00b05d50ec338712f82a5b8b16ae7ce09 (diff) | |
Move frame settings to usb_descriptors.h
Diffstat (limited to 'examples/device/video_capture/src/main.c')
| -rw-r--r-- | examples/device/video_capture/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/video_capture/src/main.c b/examples/device/video_capture/src/main.c index a38791365..b24f01555 100644 --- a/examples/device/video_capture/src/main.c +++ b/examples/device/video_capture/src/main.c @@ -29,6 +29,7 @@ #include "bsp/board.h" #include "tusb.h" +#include "usb_descriptors.h" #include "images.h" //--------------------------------------------------------------------+ |
