Delete trailing whitespaces (arch/cpu/)
This commit is contained in:
parent
f254d22bf3
commit
3299780bbe
@ -120,7 +120,7 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
#define SPIX_FLUSH(spi) do { \
|
#define SPIX_FLUSH(spi) do { \
|
||||||
while(REG(SSI_BASE(spi) + SSI_SR) & SSI_SR_RNE) { \
|
while(REG(SSI_BASE(spi) + SSI_SR) & SSI_SR_RNE) { \
|
||||||
SPIX_BUF(spi); \
|
SPIX_BUF(spi); \
|
||||||
} \
|
} \
|
||||||
} while(0)
|
} while(0)
|
||||||
#define SPIX_CS_CLR(port, pin) do { \
|
#define SPIX_CS_CLR(port, pin) do { \
|
||||||
@ -144,7 +144,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#define SPI_CS_CLR(port, pin) SPIX_CS_CLR(port, pin)
|
#define SPI_CS_CLR(port, pin) SPIX_CS_CLR(port, pin)
|
||||||
#define SPI_CS_SET(port, pin) SPIX_CS_SET(port, pin)
|
#define SPI_CS_SET(port, pin) SPIX_CS_SET(port, pin)
|
||||||
#endif /* #ifdef SPI_DEFAULT_INSTANCE */
|
#endif /* #ifdef SPI_DEFAULT_INSTANCE */
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/** \name Arch-specific SPI functions
|
/** \name Arch-specific SPI functions
|
||||||
* @{
|
* @{
|
||||||
|
Loading…
Reference in New Issue
Block a user