Helmut Tschemernjak / SX1276GenericLib

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Files at this revision

API Documentation at this revision

Comitter:
Helmut Tschemernjak
Date:
Mon Nov 20 08:53:43 2017 +0100
Parent:
101:50377edb21c6
Child:
103:59930a715bf8
Commit message:
Formatting fixed

Changed in this revision

sx1276/sx1276-mbed-hal.h Show annotated file Show diff for this revision Revisions of this file
--- a/sx1276/sx1276-mbed-hal.h	Sun Nov 19 17:51:27 2017 +0100
+++ b/sx1276/sx1276-mbed-hal.h	Mon Nov 20 08:53:43 2017 +0100
@@ -90,7 +90,7 @@
     SX1276Generic( RadioEvents_t *events, BoardType_t board,
             PinName mosi, PinName miso, PinName sclk, PinName nss, PinName reset,
             PinName dio0, PinName dio1, PinName dio2, PinName dio3, PinName dio4, PinName dio5,
-            PinName antSwitch = NC, PinName antSwitchTX= NC, PinName antSwitchTXBoost = NC, PinName tcxo = NC);
+            PinName antSwitch = NC, PinName antSwitchTX = NC, PinName antSwitchTXBoost = NC, PinName tcxo = NC);
 
     
     SX1276Generic( RadioEvents_t *events );