Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
114:472502b31a12
Parent:
113:db67ae00550e
Child:
121:ee02790d00b7
--- a/rtp.h	Thu Apr 16 12:57:13 2015 +0000
+++ b/rtp.h	Mon Apr 20 14:40:09 2015 +0000
@@ -97,7 +97,6 @@
                  * @endcode
                  */
         char * build_header( char * pkg );
-        
         int get_ss_id ( void ) { return this->ss_id; }
         int get_seq_number ( void ) { return this->seq_number; }
         int get_timestamp ( void ) { return this->timestamp; }