mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
mesh: fix build
This commit is contained in:
parent
99a9e0e42f
commit
8f6e30145b
@ -550,7 +550,7 @@ static void process_network_pdu_validate_d(void * arg){
|
||||
// check cache
|
||||
uint32_t hash = mesh_network_cache_hash(incoming_pdu_decoded);
|
||||
#ifdef LOG_NETWORK
|
||||
printf("RX-Hash (%p): %08x\n", incomding_pdu_decoded, hash);
|
||||
printf("RX-Hash (%p): %08x\n", incoming_pdu_decoded, hash);
|
||||
#endif
|
||||
if (mesh_network_cache_find(hash)){
|
||||
// found in cache, drop
|
||||
|
Loading…
x
Reference in New Issue
Block a user