modified as inline functions

This commit is contained in:
Markus Fröschle
2012-11-19 14:19:10 +00:00
parent 9d31166c87
commit 40804399d2

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
* 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).
*/
inline uint8_t sd_byte(uint8_t byte)