Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
87:679ee0d594a9
Parent:
85:b6f2dc1d0f4f
Child:
89:0fe315117b00
--- a/call.cpp	Mon Jan 05 12:43:12 2015 +0000
+++ b/call.cpp	Tue Jan 06 16:37:03 2015 +0000
@@ -12,6 +12,8 @@
     this->rtp_sock.init();
     this->rtp = new RTP( this->cb_ext );
     
+    if( rtp == NULL ) memory_is_over = true;
+    
     t.start();
     finish.start();
     rtpbuf_clear( &( this->rtpbuf ) );