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:
- 5:75fcfdb7cae7
- Parent:
- 2:b92db44a29b4
- Child:
- 6:37fb696395d7
diff -r c27adffcfec2 -r 75fcfdb7cae7 http/server/WebSockHandler.cpp
--- a/http/server/WebSockHandler.cpp Tue Jun 30 22:51:05 2015 +0000
+++ b/http/server/WebSockHandler.cpp Wed Jul 01 22:45:49 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