mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 13:43:38 +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
|
#endif
|
||||||
|
|
||||||
static void chipset_init(const void * config){
|
static void chipset_init(const void * config){
|
||||||
|
UNUSED(config);
|
||||||
init_script_offset = 0;
|
init_script_offset = 0;
|
||||||
#if defined(__GNUC__) && defined(__MSP430X__) && (__MSP430X__ > 0)
|
#if defined(__GNUC__) && defined(__MSP430X__) && (__MSP430X__ > 0)
|
||||||
// On MSP430, custom init script is not supported
|
// On MSP430, custom init script is not supported
|
||||||
|
Loading…
x
Reference in New Issue
Block a user