mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Dead code removed
This commit is contained in:
parent
13e0b21656
commit
fd84c62ff4
2 changed files with 2 additions and 5 deletions
|
@ -1405,8 +1405,6 @@ uint16_t BandGap ;
|
|||
uint16_t anaIn(uint8_t chan)
|
||||
{
|
||||
#if defined(PCBTARANIS)
|
||||
// crossAna[]={LH,LV,RH,RV,S1,S2,LS,RS,BAT
|
||||
// s_anaFilt[]={LH,LV,RH,RV,S1,S2,LS,RS,_BAT
|
||||
return s_anaFilt[chan];
|
||||
#elif defined(PCBSKY9X) && !defined(REVA)
|
||||
static const uint8_t crossAna[]={1,5,7,0,4,6,2,3};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue