Delete trailing whitespaces (arch/cpu/)

This commit is contained in:
George Oikonomou 2018-04-07 14:36:10 +01:00
parent f254d22bf3
commit 3299780bbe
3 changed files with 55 additions and 55 deletions

View File

@ -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
* @{ * @{