Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
48:195c97f12e8e
Parent:
29:7246460b73f8
Child:
55:2f5e7374af9d
diff -r 3983efe3aeba -r 195c97f12e8e call_box.cpp
--- a/call_box.cpp	Tue Oct 07 18:43:44 2014 +0000
+++ b/call_box.cpp	Mon Oct 20 16:13:10 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( remaining_attempts );
 }
 
 void Call_Box::registry( void ){