fix tab
This commit is contained in:
parent
f19fdc37be
commit
20ab2176fb
3 changed files with 65 additions and 65 deletions
|
@ -335,7 +335,7 @@ static inline void spi_set_address(uint8_t bus,uint8_t bits, uint32_t data)
|
|||
*
|
||||
* \param bus Bus ID: 0 - system, 1 - user
|
||||
* \param bits Number of bits
|
||||
* \param pos Address to send for each transfert.
|
||||
* \param pos Position of dummy bit, between Dout and Din if true.
|
||||
*/
|
||||
static inline void spi_set_dummy_bits(uint8_t bus, uint8_t bits, bool pos)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue