Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
95:0911808656c5
Parent:
92:92df17f538a8
Child:
96:b4660d559ac3
--- a/main.cpp	Sat Jan 10 16:59:08 2015 +0000
+++ b/main.cpp	Sat Jan 10 17:02:36 2015 +0000
@@ -837,7 +837,6 @@
                
                 if( ( cb->status == cb_ringing ) || ( cb->status == cb_trying ) || ( cb->status == cb_on_call ) ){
                     if( cb->get_invite_response() == false ){
-                        debug_msg("");
                         //cb->set_msg_id( ( cb->get_msg_id() &  ~BIT7 ) + 1 );
                         cb->set_msg_id( ( cb->get_msg_id() + 1 ) & ~BIT7 );