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

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
5:6860bed2d096
Parent:
4:07c6deef6611
Parent:
2:628a25bb5d62
Child:
14:f756167f791f
Child:
19:682cb884ec00
diff -r 07c6deef6611 -r 6860bed2d096 main.cpp
--- a/main.cpp	Fri Oct 17 19:22:09 2014 +0000
+++ b/main.cpp	Sat Oct 18 12:11:38 2014 +0000
@@ -126,7 +126,7 @@
 }
 
 int main() {
-    printf("\r\nNova versao 38...\r\n");
+    printf("\r\nNova versao 44...\r\n");
     FILE *f;
     //Set Highest Priority
     //osThreadSetPriority(osThreadGetId(),osPriorityHigh);
@@ -147,10 +147,11 @@
     //Start Telnet Service
     Thread telnetserver(TelnetServer::TelnetServer_Thread);
     
-    //Start TFTP Service
+    //Start TFTP Service    
+    Thread tftpsrv(tftpsrv::tftpsrv_Thread);
     
-    Thread tftpsrv(tftpsrv::tftpsrv_Thread);
-    Thread ntpc(ntpc::ntpc_Thread);
+    //Start NTP Client for refresh time
+    //Thread ntpc(ntpc::ntpc_Thread);
     
     DisplayRAMBanks();
     
@@ -165,7 +166,7 @@
         printf("SEN%d = %f, COS%d = %f\n",i,sen[i],i,cos[i]);
     }
     */
-    printf("Protegemed Limpo 16 \n\n");
+    printf("Protegemed Limpo teste \n\n");
     
     //printf("0x%lx\n",  LargeBuffer);