Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
31:bb5fb28a77df
Parent:
2:93bec7313ccc
Child:
85:b6f2dc1d0f4f
--- a/rtp.cpp	Thu Sep 25 14:37:02 2014 +0000
+++ b/rtp.cpp	Thu Sep 25 19:34:46 2014 +0000
@@ -70,7 +70,6 @@
 RTP::~RTP(){
     if( rtp_header ) delete( rtp_header );
     if( rtp_body ) delete( rtp_body );
-    debug_msg("Fui destruido");
 }
 
 char * RTP::build_eth_package( char * buffer ){