From 76716dfdb0a0b1cba07d1d632a3384d3b5ea91ef Mon Sep 17 00:00:00 2001 From: Pawel Rozanski Date: Tue, 18 Aug 2015 09:28:02 +0200 Subject: [PATCH] ELMO pins for radio. --- libraries/radio/SX1276Lib/sx1276/sx1276-hal.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/radio/SX1276Lib/sx1276/sx1276-hal.cpp b/libraries/radio/SX1276Lib/sx1276/sx1276-hal.cpp index 48b281c6d4..58e3c143fa 100644 --- a/libraries/radio/SX1276Lib/sx1276/sx1276-hal.cpp +++ b/libraries/radio/SX1276Lib/sx1276/sx1276-hal.cpp @@ -70,9 +70,9 @@ SX1276MB1xAS::SX1276MB1xAS( void ( *txDone )( ), void ( *txTimeout ) ( ), void ( antSwitch( A4 ), fake( D8 ) #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 ), - fake( A3 ) + fake( PC_2 ) #endif { Reset( );