btstack_chipset_cc256x: fix unused warnings

This commit is contained in:
Matthias Ringwald 2022-12-31 17:40:10 +01:00
parent 79b7220dad
commit ee45d18f4a

View File

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