Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
136:2da626f30efa
Parent:
135:2f4290590e51
--- a/vz_protocol.cpp	Thu Sep 10 20:11:35 2015 +0000
+++ b/vz_protocol.cpp	Mon Sep 14 14:05:43 2015 +0000
@@ -243,10 +243,10 @@
         struct tm * result_tm;
         if( sizeof( time_t ) != sizeof( long ) )
         {
-            if ( debug_print_clock ) vz_debug ("sizeof( time_t ) : %lu -- sizeof( long int ) : %lu\n", sizeof( time_t ), sizeof( long ) );
+            if ( debug_print_clock ) vz_debug ( "sizeof( time_t ) : %lu -- sizeof( long int ) : %lu\n", sizeof( time_t ), sizeof( long ) );
         }
                                    
-        if ( debug_print_clock ) vz_debug ("current_time : %lu\t", current_time );
+        if ( debug_print_clock ) vz_debug ( "current_time : %lu\t", current_time );
                                                                                                                                         
         if( current_time != 0 )
         {