更新 src/barrier/generic_barrier.h

master
lzq 2025-07-27 13:07:06 +08:00
parent 24ec736c8f
commit 36e5dc5197
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace zsy
struct Body
{
int delay = 100;
int delay = 500;
int value;
int io;
};