diff options
| author | hathach <[email protected]> | 2025-01-23 17:10:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-01-23 17:10:48 +0700 |
| commit | 31071ccf0e27cc8b77ddb41417665ea82b2b9b35 (patch) | |
| tree | b57770b93a442a7cebc0ce9a2d4a5ef268c8dce9 /examples/device | |
| parent | 6080f89f3daae50344e21accf972061240f55ccd (diff) | |
kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/video_capture/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
