Library for using the LSR SiFlex/ProFlex RF modules with mbed.
Diff: LsrModule.cpp
- Revision:
- 7:25e64602dc61
- Parent:
- 6:b0445108f82f
- Child:
- 8:10f8dbd8dfff
--- a/LsrModule.cpp Mon Jul 25 22:18:30 2016 +0000
+++ b/LsrModule.cpp Mon Jul 25 23:17:51 2016 +0000
@@ -148,6 +148,8 @@
{
ptrRxMsgCallbackTable[u8ForLoopCounter] = NULL;
}
+
+ attach(this, &LsrModule::RunHostRxStateMachine);
} /*** End ~LsrModule ***/
Mark Harris