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: HTTP-RPCServerExample
Fork of HTTPServer by
Diff: HTTPConnection.cpp
- Revision:
- 16:cc3f5c53d0d5
- Parent:
- 13:aa5338a5e452
--- a/HTTPConnection.cpp Sat Aug 17 15:34:07 2013 +0000 +++ b/HTTPConnection.cpp Sat Aug 17 16:17:55 2013 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" #include "HTTPConnection.h" #define DEBUG -#include "debug.h" +#include "hl_debug.h" #include <vector> using std::vector;
