mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 14:45:37 -07:00
remove warning "missleading-indentation"
flashmen spi 9bits?
This commit is contained in:
parent
46d540490f
commit
d0da96bf8a
2 changed files with 5 additions and 4 deletions
|
@ -115,7 +115,7 @@ void SetupSpi(int mode) {
|
|||
( 1 << 24) | // Delay between Consecutive Transfers (32 MCK periods)
|
||||
( 1 << 16) | // Delay Before SPCK (1 MCK period)
|
||||
( 6 << 8) | // Serial Clock Baud Rate (baudrate = MCK/6 = 24Mhz/6 = 4M baud
|
||||
( 8 << 4) | // Bits per Transfer (16 bits) ---> TRANSFER RATE CORRECT?
|
||||
( 1 << 4) | // Bits per Transfer (9 bits) ---> TRANSFER RATE CORRECT?
|
||||
( 0 << 3) | // Chip Select inactive after transfer
|
||||
( 1 << 1) | // Clock Phase data captured on leading edge, changes on following edge
|
||||
( 0 << 0); // Clock Polarity inactive state is logic 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue