Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
13:ae278302dffe
Parent:
12:07fd716e0f35
Child:
69:65665afbad5d
--- a/rtp.h	Tue Sep 16 13:21:01 2014 +0000
+++ b/rtp.h	Tue Sep 16 15:09:11 2014 +0000
@@ -34,8 +34,8 @@
 };
 class RTP{
     private :
-        uint8_t buffer[ 350 ];
-        char pkg[ 350 ];
+        uint8_t buffer[ 512 ];
+        char pkg[ 512 ];
         RTP_Header * rtp_header;
         RTP_Body * rtp_body;
     public  :