Fix build error

This commit is contained in:
miketsai 2026-06-29 19:39:46 +08:00
parent 3e0722a8ee
commit 59d56c0ffe

View File

@ -580,6 +580,11 @@ static void *test_buzzer_all_thread(void *arg)
return NULL; return NULL;
} }
/* Forward declaration — defined later in this file */
static void request_snap(const char *filename, const char *work_dir,
const char *event_id, const char *event_type,
int max_level, int immediate_upload);
static void *test_upload_thread(void *arg) static void *test_upload_thread(void *arg)
{ {
(void)arg; (void)arg;