aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/sdc_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-10 15:07:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-10 15:07:40 +0000
commiteba4b7056128ae85402984fb03882a5a9eb88213 (patch)
treed306aef73012c2d08a0fff678bf20826eae1d656 /os/hal/platforms/STM32/sdc_lld.c
parentb1653c7b3cac9131127bc12190e1fa89dd8c7ec1 (diff)
downloadChibiOS-eba4b7056128ae85402984fb03882a5a9eb88213.tar.gz
ChibiOS-eba4b7056128ae85402984fb03882a5a9eb88213.tar.bz2
ChibiOS-eba4b7056128ae85402984fb03882a5a9eb88213.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4182 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/sdc_lld.c')
-rw-r--r--os/hal/platforms/STM32/sdc_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/sdc_lld.c b/os/hal/platforms/STM32/sdc_lld.c
index 14752c049..f618d7776 100644
--- a/os/hal/platforms/STM32/sdc_lld.c
+++ b/os/hal/platforms/STM32/sdc_lld.c
@@ -578,7 +578,7 @@ bool_t sdc_lld_send_cmd_long_crc(SDCDriver *sdcp, uint8_t cmd, uint32_t arg,
sdc_lld_collect_errors(sdcp);
return CH_FAILED;
}
- /* save bytes in reverse order because MSB in response comes first */
+ /* Save bytes in reverse order because MSB in response comes first.*/
*resp++ = SDIO->RESP4;
*resp++ = SDIO->RESP3;
*resp++ = SDIO->RESP2;