Fork with intent to refactor and add support for American 902-928(915) Frequency Bands
Diff: sx1276/sx1276-hal.h
- Revision:
- 29:a793ce879585
- Parent:
- 26:87796ee62589
- Child:
- 31:e50929bd3f32
--- a/sx1276/sx1276-hal.h Tue Apr 25 21:02:48 2017 +0200 +++ b/sx1276/sx1276-hal.h Thu Apr 27 18:20:59 2017 +0200 @@ -51,7 +51,7 @@ * Antenna switch GPIO pins objects */ DigitalInOut antSwitch; -#ifdef MURTA_ANT_SWITCH +#ifdef MURATA_ANT_SWITCH DigitalInOut antSwitchTX; DigitalInOut antSwitchTXBoost; #endif @@ -65,7 +65,7 @@ SX1276MB1xAS( RadioEvents_t *events, PinName mosi, PinName miso, PinName sclk, PinName nss, PinName reset, PinName dio0, PinName dio1, PinName dio2, PinName dio3, PinName dio4, PinName dio5, -#ifdef MURTA_ANT_SWITCH +#ifdef MURATA_ANT_SWITCH PinName antSwitch, PinName antSwitchTX, PinName antSwitchTXBoost); #else PinName antSwitch );