mirror of
https://github.com/kidoman/embd
synced 2025-07-03 20:07:40 +02:00
Merge pull request #1 from wiless/master
Fix SPIController issue with missing fields
This commit is contained in:
commit
e7d28415a8
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ type spiIOCTransfer struct {
|
|||
speedHz uint32
|
||||
delayus uint16
|
||||
bitsPerWord uint8
|
||||
csChange uint8
|
||||
pad uint32
|
||||
}
|
||||
|
||||
type spiBus struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue