From 8868d76555c152798fc7bf7ecb5085474856dfd4 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Sat, 4 Jun 2022 22:11:29 +0800 Subject: rename video hs with video static --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConscript') 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') -- cgit v1.3.1