mirror of
https://github.com/kidoman/embd
synced 2025-01-03 10:31:36 +01:00
Fixed SPIController issue with missing fields
This commit is contained in:
parent
5065e49386
commit
c1886eb5bf
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user