Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO-L072CZ-LRWAN1_LoRa_PingPong
Fork of SX1276GenericLib by
Revision 29:a793ce879585, committed 2017-04-27
- Comitter:
- Helmut Tschemernjak
- Date:
- Thu Apr 27 18:20:59 2017 +0200
- Parent:
- 28:6d83af9f8563
- Child:
- 30:d7e36d83ec9d
- Commit message:
- Fixed spelling of Murata
Changed in this revision
| sx1276/sx1276-hal.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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 );
