Fixed SPIController issue with missing fields

This commit is contained in:
ssk 2015-11-03 19:24:27 +05:30
parent 5065e49386
commit c1886eb5bf
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 {