Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
55:2f5e7374af9d
Parent:
48:195c97f12e8e
Child:
62:07e5bdc9f8f7
--- a/call_box.cpp	Wed Oct 22 13:53:49 2014 +0000
+++ b/call_box.cpp	Wed Oct 22 22:32:26 2014 +0000
@@ -40,8 +40,7 @@
     //static int count = 1;
     //if( timeout != __MAX_TIMEOUT__ ) timeout = __STEP__  * count++;
     t.reset();
-    //return( remaining_attempts-- );
-    return( remaining_attempts );
+    return( remaining_attempts-- );
 }
 
 void Call_Box::registry( void ){