Fix build error
This commit is contained in:
parent
3e0722a8ee
commit
59d56c0ffe
@ -580,6 +580,11 @@ static void *test_buzzer_all_thread(void *arg)
|
||||
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)
|
||||
{
|
||||
(void)arg;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user