btstack_cvsd_plc: fix warning

This commit is contained in:
Matthias Ringwald 2024-09-25 16:09:37 +02:00
parent e3c0c0c051
commit 3db4d2e30d

View File

@ -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);