mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 01:21:28 +00:00
btstack_chipset_cc256x: fix unused warnings
This commit is contained in:
parent
79b7220dad
commit
ee45d18f4a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user