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/HttpSocket.cpp
- Revision:
- 7:a069c1750fbc
- Parent:
- 6:37fb696395d7
- Child:
- 12:7d75ba5deed1
diff -r 37fb696395d7 -r a069c1750fbc http/server/HttpSocket.cpp --- a/http/server/HttpSocket.cpp Fri Jul 03 22:42:45 2015 +0000 +++ b/http/server/HttpSocket.cpp Sun Jul 05 22:18:04 2015 +0000 @@ -29,7 +29,6 @@ using namespace mbed_cc3100; -//cc3100 _cc3100_Module(NC, NC, PE_5, PE_4, PE_6, SPI(PB_5, PB_4, PB_3));//Seeed_Arch_Max irq, nHib, cs, mosi, miso, sck cc3100 _cc3100_Module(NC, NC, PD_12, PD_13, PD_11, SPI(PB_5, PB_4, PB_3));//Seeed_Arch_Max irq, nHib, cs, mosi, miso, sck #define OSI_DELAY(x) osi_Sleep(x); //os idle @@ -216,7 +215,7 @@ int ClientSocketSend(long socket, char * buffer, unsigned int len) { - HttpDebug("\r\n ClientSocketSend\n\r"); +// HttpDebug("\r\n ClientSocketSend\n\r"); int send_len = 0, Ittr = 0; do