Versão limpa em 04/09/2014. Telnet funcionando.

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
43:69afea5f5a4d
Parent:
42:d6f9ce115eaf
--- a/main.cpp	Mon Jan 18 18:01:59 2016 +0000
+++ b/main.cpp	Mon Jan 18 18:26:03 2016 +0000
@@ -98,7 +98,7 @@
     Thread telnetserver(TelnetServer::TelnetServer_Thread);    
     
     //Start TFTP Service    
-    //Thread tftpsrv(tftpsrv::tftpsrv_Thread);
+    Thread tftpsrv(tftpsrv::tftpsrv_Thread);
     
     //Start NTP Client for refresh time
     //Thread ntpc(ntpc::ntpc_Thread);