mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
daemon: avoid warning when using usb transport
This commit is contained in:
parent
09cf815907
commit
ba2b4ec976
@ -1986,7 +1986,7 @@ int main (int argc, char * const * argv){
|
||||
socket_connection_init();
|
||||
|
||||
btstack_control_t * control = NULL;
|
||||
void * config;
|
||||
void * config = NULL;
|
||||
const btstack_uart_block_t * uart_block_implementation = NULL;
|
||||
(void) uart_block_implementation;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user