Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
89:0fe315117b00
Parent:
87:679ee0d594a9
Child:
109:a5b8264ffbbc
--- a/rtp.cpp	Tue Jan 06 16:39:09 2015 +0000
+++ b/rtp.cpp	Wed Jan 07 21:48:53 2015 +0000
@@ -69,6 +69,7 @@
     {
         memory_is_over = true;
         if( debug_rtp == true ) send_msg("RTP_HEADER allocation failed");
+        if( debug_memory ) debug_msg("RTP_Header allocation fail");
     }
         else
     {
@@ -80,6 +81,7 @@
     {
         memory_is_over = true;
         if( debug_rtp == true ) send_msg("RTP_BODY allocation failed");
+        if( debug_memory ) debug_msg("RTP_Body allocation fail");
     }
         else
     {