samples: drivers: video: fix shield name
The capture to LVGL sample is using an incorrect name for the weact_ov2640_cam_module shield Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
33def3036a
commit
c6cc7a17e5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ For :zephyr:board:`mini_stm32h743`, build this sample application with the follo
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/drivers/video/capture_to_lvgl/
|
||||
:board: mini_stm32h743
|
||||
:shield: weact_ministm32h7xx_ov2640
|
||||
:shield: weact_ov2640_cam_module
|
||||
:goals: build flash
|
||||
:gen-args: -DCONFIG_BOOT_DELAY=2000
|
||||
:compact:
|
||||
|
|
|
|||
Loading…
Reference in a new issue