mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
btstack_cvsd_plc: fix warning
This commit is contained in:
parent
e3c0c0c051
commit
3db4d2e30d
@ -504,6 +504,7 @@ void btstack_cvsd_plc_process_data(btstack_cvsd_plc_state_t * plc_state, bool is
|
||||
}
|
||||
|
||||
void btstack_cvsd_dump_statistics(btstack_cvsd_plc_state_t * state){
|
||||
UNUSED(state);
|
||||
log_info("Good frames: %d\n", state->good_frames_nr);
|
||||
log_info("Bad frames: %d\n", state->bad_frames_nr);
|
||||
log_info("Zero frames: %d\n", state->zero_frames_nr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user