spi: removing blank line

This commit is contained in:
kunalpowar 2014-05-22 01:34:39 +05:30
parent 454eca42d0
commit 0f23150374
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ func main() {
val, _ := getSensorValue(bus)
fmt.Printf("value is: %v\n", val)
}
}
func getSensorValue(bus embd.SPIBus) (uint16, error) {