mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-03 20:54:18 +00:00
remove unused variable
This commit is contained in:
parent
88789c6188
commit
933d47a624
@ -164,7 +164,6 @@ static int h4_open(void *transport_config){
|
||||
read_pos = 0;
|
||||
|
||||
// bring bluetooth module into defined state
|
||||
int i;
|
||||
uint8_t reset[] = { 0x01, 0x03, 0x0c, 0x00};
|
||||
write(fd, &reset, sizeof(reset));
|
||||
usleep(100000); // 100 ms
|
||||
|
Loading…
x
Reference in New Issue
Block a user