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: tests/blocking/socket/UdpEchoTest.cpp
- Revision:
- 2:2f222449973a
- Parent:
- 1:5137ec8f4c45
- Child:
- 3:dddd476d5967
--- a/tests/blocking/socket/UdpEchoTest.cpp Mon Aug 11 04:39:25 2014 -0700 +++ b/tests/blocking/socket/UdpEchoTest.cpp Mon Aug 11 04:53:00 2014 -0700 @@ -75,7 +75,7 @@ /*************************************************************************************************/ static WiconnectResult processData(Socket &socket, uint32_t count, uint32_t delay, uint32_t size) { - WiconnectResult result; + WiconnectResult result = WICONNECT_ERROR; uint8_t *txBuffer = socket.getTxBuffer(); const int txBufferLen = socket.getTxBufferSize(); uint8_t writeCounter = 32;