Add time period r30 linaro build branch

This commit is contained in:
gqc
2026-05-07 17:31:49 +08:00
parent 078cfb19ea
commit b5fad0e94f
3 changed files with 135 additions and 10 deletions
+2 -2
View File
@@ -195,8 +195,8 @@ void parse_options(int argc, char **argv)
break;
case 'r':
thresh = atoi(optarg);
if (thresh < 50) {
thresh = 50;
if (thresh < 30) {
thresh = 30;
} else if (thresh > 90) {
thresh = 90;
}