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: HTTPClient_WiFi_HelloWorld_src
Fork of SNICInterface by
Diff: SNIC_WifiInterface.cpp
- Revision:
- 28:b796031f6519
- Parent:
- 26:f2e1030964e4
- Child:
- 29:6a0ba999597d
--- a/SNIC_WifiInterface.cpp Mon Mar 31 02:06:14 2014 +0000
+++ b/SNIC_WifiInterface.cpp Tue Apr 01 07:19:19 2014 +0000
@@ -50,7 +50,8 @@
// Make request
req.cmd_sid = UART_CMD_SID_SNIC_INIT_REQ;
req.seq = mUartRequestSeq++;
- req.buf_size = 0x800;
+ req.buf_size[0] = 0x08;
+ req.buf_size[1] = 0x00;
unsigned char command_array[UART_REQUEST_PAYLOAD_MAX];
unsigned int command_len;
