mirror of
https://github.com/kidoman/embd
synced 2024-12-22 12:50:19 +01:00
spi: removing blank line
This commit is contained in:
parent
454eca42d0
commit
0f23150374
@ -26,7 +26,6 @@ func main() {
|
|||||||
val, _ := getSensorValue(bus)
|
val, _ := getSensorValue(bus)
|
||||||
fmt.Printf("value is: %v\n", val)
|
fmt.Printf("value is: %v\n", val)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func getSensorValue(bus embd.SPIBus) (uint16, error) {
|
func getSensorValue(bus embd.SPIBus) (uint16, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user