diff options
author | Ben V. Brown <[email protected]> | 2020-11-01 14:52:55 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2020-11-01 14:52:55 +1100 |
commit | 9fd1c957ce5567008ad0121971383da6e4efee53 (patch) | |
tree | 0fed7228413b385c98d7401c566b49418a010d04 /workspace | |
parent | 9c712ee144ac22fbc7168c4729772c81b766cd3c (diff) | |
download | IronOS-9fd1c957ce5567008ad0121971383da6e4efee53.tar.gz IronOS-9fd1c957ce5567008ad0121971383da6e4efee53.zip |
Update QC_GPIO.cpp
Diffstat (limited to 'workspace')
-rw-r--r-- | workspace/TS100/Core/BSP/Miniware/QC_GPIO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/TS100/Core/BSP/Miniware/QC_GPIO.cpp b/workspace/TS100/Core/BSP/Miniware/QC_GPIO.cpp index 5f9dee75..6dcb333c 100644 --- a/workspace/TS100/Core/BSP/Miniware/QC_GPIO.cpp +++ b/workspace/TS100/Core/BSP/Miniware/QC_GPIO.cpp @@ -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
}
|