Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
38:af5ecd6997ab
Parent:
36:728498a78e1e
Child:
43:455522f98de5
--- a/utils.cpp	Tue Sep 30 19:25:32 2014 +0000
+++ b/utils.cpp	Wed Oct 01 19:14:38 2014 +0000
@@ -142,10 +142,8 @@
 
 int sip_manager( Vector * v_cb, Vector * v_call, uint8_t * write_buffer ){
     static int index = 0;
-    //debug_msg("");
     if( v_cb && write_buffer ){
         if( v_cb->size() > 0 ){
-            //debug_msg("");
             if( index >= v_cb->size() ) index = 0;    
         }else return 0;
         Call_Box * cb = (Call_Box * )v_cb->get_element( index );