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.
Fork of SW_HTTPServer by
Diff: SW_HTTPServer.cpp
- Revision:
- 19:7677fce798fa
- Parent:
- 18:6199558632c0
- Child:
- 20:786aa5749007
diff -r 6199558632c0 -r 7677fce798fa SW_HTTPServer.cpp --- a/SW_HTTPServer.cpp Sat Sep 14 20:36:16 2013 +0000 +++ b/SW_HTTPServer.cpp Sat Sep 14 20:36:49 2013 +0000 @@ -14,7 +14,7 @@ #include "SW_HTTPServer.h" #include "Utility.h" -#define DEBUG +//#define DEBUG const char * DEFAULT_FILENAME = "index.htm";