Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
85:b6f2dc1d0f4f
Parent:
81:3656f00ab3db
Child:
87:679ee0d594a9
diff -r b64f0e3b283e -r b6f2dc1d0f4f call.cpp
--- a/call.cpp	Fri Jan 02 19:17:19 2015 +0000
+++ b/call.cpp	Sun Jan 04 13:56:08 2015 +0000
@@ -30,6 +30,8 @@
     rtpbuf_next( &rtpbuf );
     
     if( *length > 0 ){
+        eth_pkg_received++;
+        
         rtpbuf_put( &rtpbuf, *length - ( __RTP_HEADER_SIZE__ + ( server2cb[ 0 ] & 0xf ) ), 
             ( uint8_t * )server2cb + ( __RTP_HEADER_OFFSET__ + ( server2cb[ 0 ] & 0xf ) ) );
     }