Update QC_GPIO.cpp

This commit is contained in:
Ben V. Brown
2020-11-01 14:52:55 +11:00
parent 9c712ee144
commit 9fd1c957ce

View File

@@ -72,7 +72,7 @@ uint8_t QC_DM_PulledDown() {
#endif
void QC_resync() {
#ifdef POW_QC
seekQC((systemSettings.cutoutSetting) ? 120 : 90,
seekQC((systemSettings.QCIdealVoltage) ? 120 : 90,
systemSettings.voltageDiv); // Run the QC seek again if we have drifted too much
#endif
}