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: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
Diff: vz_protocol.cpp
- Revision:
- 85:b6f2dc1d0f4f
- Parent:
- 81:3656f00ab3db
- Child:
- 86:bf7b0d4c3232
--- a/vz_protocol.cpp Fri Jan 02 19:17:19 2015 +0000
+++ b/vz_protocol.cpp Sun Jan 04 13:56:08 2015 +0000
@@ -47,6 +47,8 @@
if( ( ext && port && type && cb_buffer ) == NULL ) return( NULL );
if( cb_buffer[ 6 ] == __FLOOD__ ){
+ debug_msg( "::Received flood from %d::", ( cb_buffer[ 0 ] << 8 | cb_buffer[ 1 ] ) );
+
flood_counter++;
static uint8_t flood_cnt = 0;
static uint8_t first_run_flag = 0;
