summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-06-04 22:11:29 +0800
committersakumisu <[email protected]>2022-06-04 22:11:29 +0800
commit8868d76555c152798fc7bf7ecb5085474856dfd4 (patch)
tree71dae7cd1fdc7f150b5c4bb802de5f581ef0f5c3 /SConscript
parent7d0acaeaee248ac4d9c079ecd490737b9265befa (diff)
rename video hs with video static
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index 6fee8a21..d74326d4 100644
--- a/SConscript
+++ b/SConscript
@@ -53,7 +53,7 @@ if GetDepend(['PKG_CHERRYUSB_DEVICE']):
if GetDepend(['PKG_CHERRYUSB_DEVICE_AUDIO_V2_TEMPLATE']):
src += Glob('demo/audio_v2_mic_speaker_multichan_template.c')
if GetDepend(['PKG_CHERRYUSB_DEVICE_VIDEO_TEMPLATE']):
- src += Glob('demo/video_hs_mjpeg_template.c')
+ src += Glob('demo/video_static_mjpeg_template.c')
if GetDepend(['PKG_CHERRYUSB_DEVICE_FSDEV_STM32']):
src += Glob('port/fsdev/usb_dc_fsdev.c')