modified as inline functions

This commit is contained in:
Markus Fröschle
2012-11-19 14:19:10 +00:00
parent 11b5d0c01b
commit 55d26c5271

View File

@@ -62,7 +62,7 @@ uint32_t sd_com(uint32_t data)
/* /*
* transfer a byte to SPI. This only works if the rest of the DSPI TX FIFO has been * transfer a byte to SPI. This only works if the rest of the DSPI TX FIFO has been
* initialized previously (either by sd_com or a direct register write. * initialized previously (either by sd_com or a direct register write).
* Returns a byte received from SPI (contents of the RX FIFO). * Returns a byte received from SPI (contents of the RX FIFO).
*/ */
inline uint8_t sd_byte(uint8_t byte) inline uint8_t sd_byte(uint8_t byte)