diff options
| author | HiFiPhile <[email protected]> | 2025-01-31 10:38:06 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-01-31 10:38:06 +0100 |
| commit | b31036dededa3fe003e1b2d1baabb6eebd167700 (patch) | |
| tree | 00fd73ffc16e652ba11ddf931b6ebdaaa572f1bf /examples/device/video_capture | |
| parent | 9cfa328261b82194b924db03535134a4167605d8 (diff) | |
| parent | eca025f7143141fd2bc99a94619c62a6fd666f28 (diff) | |
Merge remote-tracking branch 'upstream/master' into h7rs
Diffstat (limited to 'examples/device/video_capture')
| -rw-r--r-- | examples/device/video_capture/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | examples/device/video_capture/src/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/video_capture/CMakeLists.txt b/examples/device/video_capture/CMakeLists.txt index 80dc39ca5..90788fa60 100644 --- a/examples/device/video_capture/CMakeLists.txt +++ b/examples/device/video_capture/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.17) +cmake_minimum_required(VERSION 3.20) include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/family_support.cmake) diff --git a/examples/device/video_capture/src/main.c b/examples/device/video_capture/src/main.c index 8bb924c61..04d4af4e5 100644 --- a/examples/device/video_capture/src/main.c +++ b/examples/device/video_capture/src/main.c @@ -185,7 +185,7 @@ static void fill_color_bar(uint8_t* buffer, unsigned start_position) { #endif -void video_send_frame(void) { +static void video_send_frame(void) { static unsigned start_ms = 0; static unsigned already_sent = 0; |
