mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
sco_demo_demo_util: fix warning
This commit is contained in:
parent
c468ca4b35
commit
57a762f3cc
@ -485,6 +485,7 @@ static const codec_support_t codec_msbc = {
|
|||||||
#define LC3_SWB_OCTETS_PER_FRAME 58
|
#define LC3_SWB_OCTETS_PER_FRAME 58
|
||||||
|
|
||||||
static bool sco_demo_lc3swb_frame_callback(bool bad_frame, const uint8_t * frame_data, uint16_t frame_len){
|
static bool sco_demo_lc3swb_frame_callback(bool bad_frame, const uint8_t * frame_data, uint16_t frame_len){
|
||||||
|
UNUSED(frame_len);
|
||||||
|
|
||||||
// skip H2 header for good frames
|
// skip H2 header for good frames
|
||||||
if (bad_frame == false){
|
if (bad_frame == false){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user