Skip to content

Commit 188a19d

Browse files
committed
fix style
1 parent d5a55fc commit 188a19d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/js/tabs/onboard_logging.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ TABS.onboard_logging.initialize = function (callback) {
182182
var loggingRates = [];
183183
var pidRateBase = 8000;
184184

185-
if (PID_ADVANCED_CONFIG.gyroUse32kHz !== 0) pidRateBase = 32000;
185+
if (PID_ADVANCED_CONFIG.gyroUse32kHz !== 0) {
186+
pidRateBase = 32000;
187+
}
186188

187189
var pidRate = pidRateBase / PID_ADVANCED_CONFIG.gyro_sync_denom /
188190
PID_ADVANCED_CONFIG.pid_process_denom;

0 commit comments

Comments
 (0)