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.
Fork of NySNICInterface by
Diff: YDwifi/YDwifi.cpp
- Revision:
- 6:70f522934032
- Parent:
- 5:ef3befe3edad
- Child:
- 7:e88ccbe0225f
diff -r ef3befe3edad -r 70f522934032 YDwifi/YDwifi.cpp
--- a/YDwifi/YDwifi.cpp Thu Mar 13 08:44:33 2014 +0000
+++ b/YDwifi/YDwifi.cpp Thu Mar 13 10:33:18 2014 +0000
@@ -19,7 +19,7 @@
C_YDwifi *C_YDwifi::mInstance_p;
C_YDwifi::C_YDwifi(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm, int baud):
- mUart(tx, rx), mModuleReset(reset)
+ mUart(tx, rx)
{
mUartRecvThread_p = NULL;
mInstance_p = this;
