diff --git a/host/generic/spibus.go b/host/generic/spibus.go index f682daa..e2f7513 100644 --- a/host/generic/spibus.go +++ b/host/generic/spibus.go @@ -36,6 +36,8 @@ type spiIOCTransfer struct { speedHz uint32 delayus uint16 bitsPerWord uint8 + csChange uint8 + pad uint32 } type spiBus struct {