Merge pull request #1 from wiless/master

Fix SPIController issue with missing fields
This commit is contained in:
Thorsten von Eicken 2016-08-27 00:32:08 -07:00 committed by GitHub
commit e7d28415a8
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ type spiIOCTransfer struct {
speedHz uint32
delayus uint16
bitsPerWord uint8
csChange uint8
pad uint32
}
type spiBus struct {