mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
chipset/zephyr: fix commpile warning
This commit is contained in:
parent
8df496ec74
commit
62a563bba7
@ -65,6 +65,7 @@ static const uint16_t init_script_size = sizeof(init_script);
|
||||
static uint32_t init_script_offset = 0;
|
||||
|
||||
static void chipset_init(const void * config){
|
||||
UNUSED(config);
|
||||
init_script_offset = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user