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 HTTP_SERVER by
Diff: handlers/Filehandler.cpp
- Revision:
- 10:4a48594c2f44
- Parent:
- 7:184c6f1ace94
- Child:
- 11:0ee7d100db24
--- a/handlers/Filehandler.cpp Tue Dec 06 07:29:01 2016 +0000 +++ b/handlers/Filehandler.cpp Thu Dec 08 05:56:53 2016 +0000 @@ -1,6 +1,6 @@ #include "FileHandler.h" #ifndef DEBUG -#define DEBUG +//#define DEBUG #endif LocalFileSystem local("local");