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: GR-PEACH_WebCamera_OV5642_fixedIP GR-PEACH_WebCamera_AP
Fork of HttpServer by
Diff: Handler/FSHandler.h
- Revision:
- 8:a9fb8fe9b8a3
- Parent:
- 0:fdf9c2c5200f
--- a/Handler/FSHandler.h Wed Oct 21 08:27:27 2015 +0000 +++ b/Handler/FSHandler.h Fri Oct 23 11:02:35 2015 +0000 @@ -53,6 +53,7 @@ FILE* m_fp; bool m_err404; static map<string,string> m_lFsPath; + static Semaphore req_sem; }; #endif