mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
ADC fixes
This commit is contained in:
parent
c26be86bb3
commit
69f535e1af
7 changed files with 22 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue