voltando a versao de n aberturas e fechamentos de sockets

Dependencies:   EthernetInterface NTPClient mbed-rtos_old mbed

Fork of header_main_public by VZTECH

Revision:
8:e3bfe62a477e
Parent:
7:019b08223b87
Child:
10:22da1a0ac1e1
--- a/call_box.cpp	Sat Sep 13 19:21:48 2014 +0000
+++ b/call_box.cpp	Mon Sep 15 15:13:52 2014 +0000
@@ -28,7 +28,6 @@
 void Call_Box::reset_elapsed_time( void ){ 
     this->t.reset(); 
     remaining_attempts = __MAX_ATTEMPTS__;
-    debug_msg("Reset -- remaining_attempts :: %d", remaining_attempts);
 //    timeout = __TIMEOUT__;
 }
 
@@ -40,7 +39,6 @@
     //static int count = 1;
     //if( timeout != __MAX_TIMEOUT__ ) timeout = __STEP__  * count++;
     t.reset();
-    debug_msg("reconfigure_timeout :: %d", remaining_attempts - 1 );
     return( remaining_attempts-- );
 }