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 HTTPServer by
Diff: LPC1768/services/http/server/HTTPServer.h
- Revision:
- 1:56636f5bf71a
- Parent:
- 0:52230c56755e
- Child:
- 2:356c7fa399ae
diff -r 52230c56755e -r 56636f5bf71a LPC1768/services/http/server/HTTPServer.h --- a/LPC1768/services/http/server/HTTPServer.h Fri Jun 11 16:26:10 2010 +0000 +++ b/LPC1768/services/http/server/HTTPServer.h Mon Jun 14 10:22:58 2010 +0000 @@ -60,7 +60,7 @@ }; //Including handlers here for more convenience -#include "impl/RpcHandler.h" +#include "impl/RPCHandler.h" #include "impl/FSHandler.h" #include "impl/SimpleHandler.h"