添加错误代码
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
typedef struct{
|
||||
uint32_t max;
|
||||
uint32_t min;
|
||||
uint32_t err;
|
||||
}item_def;
|
||||
|
||||
|
||||
@@ -12,7 +13,8 @@ typedef struct{
|
||||
typedef struct
|
||||
{
|
||||
uint32_t item_num;
|
||||
item_def data[0];
|
||||
uint32_t err;
|
||||
item_def data[16];
|
||||
}task_def;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user