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.
Dependencies: EthernetNetIf HTTPServer mbed
Fork of HTTPServerExample by
Diff: HTTPServerExample.cpp
- Revision:
- 1:114e347434c1
- Parent:
- 0:0b1369ae8b74
- Child:
- 3:fcbb86c42c3f
diff -r 0b1369ae8b74 -r 114e347434c1 HTTPServerExample.cpp
--- a/HTTPServerExample.cpp Mon Jun 14 10:25:44 2010 +0000
+++ b/HTTPServerExample.cpp Fri Jun 18 09:49:11 2010 +0000
@@ -15,7 +15,7 @@
int main() {
Base::add_rpc_class<DigitalOut>();
- printf("Setting up...n");
+ printf("Setting up...\n");
EthernetErr ethErr = eth.setup();
if(ethErr)
{
