Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface NTPClient mbed-rtos_old mbed
Fork of header_main_public by
Diff: rtp.h
- 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 :
