Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
112:6ae726539ab9
Parent:
109:a5b8264ffbbc
Child:
113:db67ae00550e
--- a/call.cpp	Tue Apr 07 18:26:21 2015 +0000
+++ b/call.cpp	Mon Apr 13 12:16:21 2015 +0000
@@ -7,9 +7,10 @@
     this->rtp_server_ext = rtp_server_ext;
     this->rtp_server_port = rtp_server_port;
     this->rtp_server.set_address( __RTP_SEVER_IP__, rtp_server_port );
-    //rtp_sock.set_blocking( false, 3 );
     rtp_sock.set_blocking( false, 0 );
+    debug_msg("primeiro");
     this->rtp_sock.bind( cb_port ); // rtp port
+    debug_msg("segundo");
     this->rtp_sock.init();
     this->rtp = new RTP( this->cb_ext );