Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
62:07e5bdc9f8f7
Parent:
55:2f5e7374af9d
Child:
67:cdedc64d9921
--- a/call_box.cpp	Fri Oct 24 16:38:47 2014 +0000
+++ b/call_box.cpp	Tue Oct 28 11:32:06 2014 +0000
@@ -40,7 +40,8 @@
     //static int count = 1;
     //if( timeout != __MAX_TIMEOUT__ ) timeout = __STEP__  * count++;
     t.reset();
-    return( remaining_attempts-- );
+    //return( remaining_attempts-- );
+    return( 1 );
 }
 
 void Call_Box::registry( void ){