Update Multiprotocol.ino

This commit is contained in:
midelic 2016-08-01 01:33:13 +03:00 committed by GitHub
parent ab4771c6ab
commit c877768904

View File

@ -166,15 +166,14 @@ void setup()
pinMode(TX_INV_pin,OUTPUT); pinMode(TX_INV_pin,OUTPUT);
pinMode(RX_INV_PIN,OUTPUT); pinMode(RX_INV_PIN,OUTPUT);
#if defined STM32_board #if defined STM32_board
#if defined TARANIS #if defined TARANIS
TX_INV_on; TX_INV_on;
RX_INV_on; RX_INV_on;
#else #else
TX_INV_off; TX_INV_off;
RX_INV_off; RX_INV_off;
#endif #endif
#endif #endif
#endif #endif
//pinMode(SDI_pin,OUTPUT); //pinMode(SDI_pin,OUTPUT);
//pinMode(SCK_pin,OUTPUT);//spi pins initialized with spi init //pinMode(SCK_pin,OUTPUT);//spi pins initialized with spi init