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: ThreadServer Server_Multi_Client
Diff: Server.h
- Revision:
- 3:edde051ab024
- Parent:
- 0:a5fdd089d5c6
--- a/Server.h Wed Jun 12 13:42:38 2013 +0000 +++ b/Server.h Thu Jun 13 20:00:50 2013 +0000 @@ -41,4 +41,7 @@ }; +void startServerThread(void const *port); + +void startServer(int port); #endif