1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-04 04:17:41 +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 speedHz uint32
delayus uint16 delayus uint16
bitsPerWord uint8 bitsPerWord uint8
csChange uint8
pad uint32
} }
type spiBus struct { type spiBus struct {