We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c99c4a commit e405403Copy full SHA for e405403
main.go
@@ -139,7 +139,6 @@ func (i *DFUInterface) AsDiscoveryPort() *discovery.Port {
139
func (d *DFUDiscovery) getDFUInterfaces() []*DFUInterface {
140
res := []*DFUInterface{}
141
for pdfu := C.dfu_root; pdfu != nil; pdfu = pdfu.next {
142
- fmt.Println(pdfu)
143
if (pdfu.flags & C.DFU_IFF_DFU) == 0 {
144
// decide what to do with DFU runtime objects
145
// for the time being, ignore them
0 commit comments