START_WATC
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user