START_WATC

This commit is contained in:
zy
2023-11-27 21:01:02 -05:00
parent 3fc08d6b18
commit fd459340a7
2 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ int main() {
// 拷贝字符串
strncpy(watch_args[i].name, name, (MAX_NAME_LEN + 1));
SWATCH_INT(name, &temps[i], (110 + i));
START_WATCH_INT(name, &temps[i], (110 + i));
}
while (temps[NUM_VARS - 1] < 205) {