Skip to content

Commit 2321125

Browse files
committed
Fixed sample rate
1 parent a6c0fd2 commit 2321125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/flightlog_parser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ var FlightLogParser = function(logData) {
392392
that.sysConfig.frameIntervalPDenom = parseInt(matches[2], 10);
393393
}
394394
break;
395-
case "P denom":
396-
that.sysConfig.frameIntervalPDenom = parseInt(fieldValue, 10);
395+
// case "P denom":
396+
// that.sysConfig.frameIntervalPDenom = parseInt(fieldValue, 10);
397397
case "Data version":
398398
dataVersion = parseInt(fieldValue, 10);
399399
break;

0 commit comments

Comments
 (0)