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.
Diff: LsrModule.cpp
- Revision:
- 7:25e64602dc61
- Parent:
- 6:b0445108f82f
- Child:
- 8:10f8dbd8dfff
diff -r b0445108f82f -r 25e64602dc61 LsrModule.cpp
--- 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 ***/