Skip to content

Commit 2281b6a

Browse files
deadprogramaykevl
authored andcommitted
machine/hifive1b: remove extra println left in by mistake
Signed-off-by: deadprogram <[email protected]>
1 parent 4321923 commit 2281b6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/machine/machine_fe310.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ func (p Pin) Set(high bool) {
4848
// Get returns the current value of a GPIO pin.
4949
func (p Pin) Get() bool {
5050
val := sifive.GPIO0.VALUE.Get() & (1 << uint8(p))
51-
println(sifive.GPIO0.VALUE.Get())
5251
return (val > 0)
5352
}
5453

0 commit comments

Comments
 (0)