ELMO pins for radio.

pull/1339/head
Pawel Rozanski 2015-08-18 09:28:02 +02:00 committed by Wojciech Gorniak
parent 24e879e604
commit 76716dfdb0
1 changed files with 2 additions and 2 deletions

View File

@ -70,9 +70,9 @@ SX1276MB1xAS::SX1276MB1xAS( void ( *txDone )( ), void ( *txTimeout ) ( ), void (
antSwitch( A4 ), antSwitch( A4 ),
fake( D8 ) fake( D8 )
#else #else
: SX1276( txDone, txTimeout, rxDone, rxTimeout, rxError, fhssChangeChannel, cadDone, D11, D12, D13, D10, A0, D2, D3, D4, D5, D8, D9 ), : SX1276( txDone, txTimeout, rxDone, rxTimeout, rxError, fhssChangeChannel, cadDone, D11, D12, D13, PA_4, PC_4, PC_10, PC_11, PC_12, PD_2, PB_5, PB_6 ),
antSwitch( A4 ), antSwitch( A4 ),
fake( A3 ) fake( PC_2 )
#endif #endif
{ {
Reset( ); Reset( );