temp
This commit is contained in:
@@ -22,7 +22,7 @@ int main()
|
||||
.ptr = &temps[i],
|
||||
.name = "temp",
|
||||
.length_byte = sizeof(int),
|
||||
.threshold = 150 + i,
|
||||
.threshold = 110 + i,
|
||||
.unsigned_flag = 0,
|
||||
.greater_flag = 1,
|
||||
.time_ns = 2000 + (i / 33) * 5000, // on hyper-v, 1us will block all system. 2us just fine, maybe 1us is too short for hyper-v
|
||||
@@ -48,4 +48,4 @@ int main()
|
||||
|
||||
cancel_watch();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user