1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 03:49:52 +03:00

ADC fixes

This commit is contained in:
Bertrand Songis 2019-07-22 10:43:07 +02:00
parent c26be86bb3
commit 69f535e1af
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
7 changed files with 22 additions and 24 deletions

View file

@ -550,8 +550,6 @@ uint16_t anaIn(uint8_t chan)
return 1500;
#endif
#if defined(PCBTARANIS)
else if (chan == TX_INTREF)
return 826; // 3V VDD
else if (chan == TX_RTC_VOLTAGE)
return 800; // 2.34V
#endif