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: SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more
Fork of YDwifiInterface by
Diff: YDwifi/YDwifi.cpp
- Revision:
- 7:e88ccbe0225f
- Parent:
- 6:70f522934032
--- a/YDwifi/YDwifi.cpp Thu Mar 13 10:33:18 2014 +0000
+++ b/YDwifi/YDwifi.cpp Fri Mar 14 08:48:12 2014 +0000
@@ -84,7 +84,7 @@
instance_p->mUartMutex.lock();
recvdata = instance_p->mUart.getc();
instance_p->mUartMutex.unlock();
-
+
// Check UART receiving flg
if( gUART_RCVBUF.is_receive )
{
@@ -151,6 +151,7 @@
gUART_RCVBUF.is_receive = true;
}
}
+// Thread::yield();
}
Thread::yield();
}

Murata TypeYD