From 2e3f0735c14aa8b0fc1414aa83b076d6faef50cd Mon Sep 17 00:00:00 2001 From: pigeatgarlic <64737125+pigeatgarlic@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:20:29 +0700 Subject: [PATCH] add worker info size --- smemory.h | 1 + 1 file changed, 1 insertion(+) diff --git a/smemory.h b/smemory.h index eb8332b6..c75727d0 100644 --- a/smemory.h +++ b/smemory.h @@ -63,6 +63,7 @@ typedef struct _DataMemory { DataQueue audio; HIDQueue data; char worker_info[TAG_SIZE]; + int worker_info_size; }DataMemory; #endif \ No newline at end of file