typo error

This commit is contained in:
midelic 2016-08-01 01:40:45 +03:00 committed by GitHub
parent 991a6c53e2
commit 051c81ab94

View File

@ -164,7 +164,7 @@ void setup()
pinMode(CTRL2,OUTPUT);
#if defined TELEMETRY
pinMode(TX_INV_pin,OUTPUT);
pinMode(RX_INV_PIN,OUTPUT);
pinMode(RX_INV_pin,OUTPUT);
#if defined TARANIS
TX_INV_on;
RX_INV_on;