add worker info size

This commit is contained in:
pigeatgarlic 2025-09-06 15:20:29 +07:00
parent cd03900593
commit 2e3f0735c1

View File

@ -63,6 +63,7 @@ typedef struct _DataMemory {
DataQueue audio;
HIDQueue data;
char worker_info[TAG_SIZE];
int worker_info_size;
}DataMemory;
#endif