Skip to content

Commit

Permalink
ble: fix unused var
Browse files Browse the repository at this point in the history
Shame on me
  • Loading branch information
Andrew Lytvynov committed Jul 13, 2016
1 parent f20424f commit f6920ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/ble/ble_client_adaptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ outer:
}

for _, c := range cs {
desc, err := p.DiscoverDescriptors(nil, c)
_, err := p.DiscoverDescriptors(nil, c)
if err != nil {
fmt.Printf("Failed to discover descriptors: %v\n", err)
continue outer
Expand Down

0 comments on commit f6920ab

Please sign in to comment.