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: http/server/WebSockHandler.cpp
- Revision:
- 12:7d75ba5deed1
- Parent:
- 8:529a12812c53
- Child:
- 18:3f1b52616d00
diff -r 404bd8bb7fa6 -r 7d75ba5deed1 http/server/WebSockHandler.cpp
--- a/http/server/WebSockHandler.cpp Tue Jul 07 22:56:31 2015 +0000
+++ b/http/server/WebSockHandler.cpp Sun Jul 12 09:13:56 2015 +0000
@@ -290,7 +290,7 @@
*/
int WSCore_DataSend(UINT16 uConnection, struct HttpBlob PayLoad, UINT8 Opcode)
{
-// Uart_Write((uint8_t*)"WSCore_DataSend\n\r");
+ Uart_Write((uint8_t*)"WSCore_DataSend\n\r");
UINT16 usTotalLength;
UINT8 usNextBlock;
UINT16 usPayloadLen; // The heap cannot support beyond 65kb