编译通过
This commit is contained in:
@ -86,7 +86,7 @@ void collect_and_buffer_sensor_data_task(void) {
|
||||
}
|
||||
|
||||
// 定义数组大小
|
||||
#define ARRAY_SIZE (5)
|
||||
#define ARRAY_SIZE (178)
|
||||
// 在 main 函数外部声明为全局变量,它将被存储在静态数据区
|
||||
unsigned char global_data_array[ARRAY_SIZE];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user