mirror of
https://github.com/stianeikeland/go-rpio.git
synced 2025-02-02 15:30:36 +01:00
Removing a debugging statement
This commit is contained in:
parent
10a90652fd
commit
07b12a1539
2
rpio.go
2
rpio.go
|
@ -58,7 +58,6 @@ package rpio
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"fmt"
|
|
||||||
"os"
|
"os"
|
||||||
"reflect"
|
"reflect"
|
||||||
"sync"
|
"sync"
|
||||||
|
@ -329,6 +328,5 @@ func getGPIOBase() (base int64) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Printf("%X", out)
|
|
||||||
return int64(out + 0x200000)
|
return int64(out + 0x200000)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user