mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
Massive clean thanks to Schwabe : unifdef -m -DCPUARM -UCPUM64 -UCPUM2560 -UPCBSTD -UPCBMEGA2560 -UPCBGRUVIN9X -UPCB9X $(find . -name "*.cpp" -or -name "*.h")
This commit is contained in:
parent
c032b30247
commit
dd632969f3
106 changed files with 27 additions and 6626 deletions
|
@ -589,9 +589,6 @@ uint16_t anaIn(uint8_t chan)
|
|||
return 5.1*1500/11.3;
|
||||
else if (chan == TX_CURRENT)
|
||||
return 100;
|
||||
#elif defined(PCBGRUVIN9X)
|
||||
else if (chan == TX_VOLTAGE)
|
||||
return 150;
|
||||
#else
|
||||
else if (chan == TX_VOLTAGE)
|
||||
return 1500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue