1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Move RTC again to RADIO/HARDWARE

This commit is contained in:
Bertrand Songis 2019-07-05 17:21:36 +02:00
parent 680a1ba470
commit 50c23fa394
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
16 changed files with 234 additions and 317 deletions

View file

@ -211,7 +211,7 @@ void adcSingleRead()
#endif
#if defined(PCBX10)
if (ADC->CCR & ADC_CCR_VBATE) {
if (isVBatBridgeEnabled()) {
rtcBatteryVoltage = ADC1->DR;
}
#endif