1
0
mirror of https://github.com/kidoman/embd synced 2024-05-29 07:08:04 +02:00

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

View File

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