SX1276Lib updated in order to be RTOS aware
Fork of SX1276Lib by
Diff: sx1276/sx1276-hal.h
- Revision:
- 30:3b83eee4e72a
- Parent:
- 26:d09a8ef807e2
--- a/sx1276/sx1276-hal.h Fri Mar 02 15:48:04 2018 +0100
+++ b/sx1276/sx1276-hal.h Fri Mar 02 17:09:27 2018 +0100
@@ -57,7 +57,7 @@
static const RadioRegisters_t RadioRegsInit[];
public:
- SX1276MB1xAS( RadioEvents_t *events,
+ SX1276MB1xAS( 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 );
