Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

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