refactor: increase the buffer size

This commit is contained in:
Haojun Liao 2023-04-14 22:56:11 +08:00
parent e05d61456a
commit 3aa6897738
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include "streamInc.h"
#include "ttimer.h"
#define STREAM_TASK_INPUT_QUEUEU_CAPACITY 2
#define STREAM_TASK_INPUT_QUEUEU_CAPACITY 2000
int32_t streamInit() {
int8_t old;