From ee45d18f4a3553a6405134d815889c1b1f709118 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sat, 31 Dec 2022 17:40:10 +0100 Subject: [PATCH] btstack_chipset_cc256x: fix unused warnings --- chipset/cc256x/btstack_chipset_cc256x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/chipset/cc256x/btstack_chipset_cc256x.c b/chipset/cc256x/btstack_chipset_cc256x.c index 81883e064..8b4b5f04b 100644 --- a/chipset/cc256x/btstack_chipset_cc256x.c +++ b/chipset/cc256x/btstack_chipset_cc256x.c @@ -154,6 +154,7 @@ static const uint8_t hci_write_codec_config_cvsd[] = { #endif static void chipset_init(const void * config){ + UNUSED(config); init_script_offset = 0; #if defined(__GNUC__) && defined(__MSP430X__) && (__MSP430X__ > 0) // On MSP430, custom init script is not supported