Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
100:09a23fcd3bdf
Parent:
99:e80850c51106
Child:
106:a34fcf9f0e02
--- a/call_box.cpp	Mon Jan 19 18:00:42 2015 +0000
+++ b/call_box.cpp	Thu Feb 12 16:42:35 2015 +0000
@@ -54,7 +54,7 @@
 
 float Call_Box::get_elapsed_time( void ){ return( this->t.read_ms() ); }
 
-    void Call_Box::reset_elapsed_time( void ){ 
+void Call_Box::reset_elapsed_time( void ){ 
     this->t.reset(); 
     timeout = __TIMEOUT__;
     next_aging_type = __CYCLES__;