Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
67:cdedc64d9921
Parent:
62:07e5bdc9f8f7
Child:
74:81c47fff88a5
--- a/call_box.cpp	Tue Oct 28 18:35:48 2014 +0000
+++ b/call_box.cpp	Thu Oct 30 19:26:41 2014 +0000
@@ -40,8 +40,7 @@
     //static int count = 1;
     //if( timeout != __MAX_TIMEOUT__ ) timeout = __STEP__  * count++;
     t.reset();
-    //return( remaining_attempts-- );
-    return( 1 );
+    return( remaining_attempts-- );
 }
 
 void Call_Box::registry( void ){