From 5ee9f19b2ceb499bf5275df61dc670d67c76743f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 19 Nov 2012 14:19:10 +0000 Subject: [PATCH] modified as inline functions --- BaS_gcc/sources/sd_card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/sources/sd_card.c b/BaS_gcc/sources/sd_card.c index 15f071f..3141710 100644 --- a/BaS_gcc/sources/sd_card.c +++ b/BaS_gcc/sources/sd_card.c @@ -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)