aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-02-23 17:54:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-02-23 17:54:07 +0000
commit2446dcc077e32243c9e12f5cafe9f8a0fec78ddd (patch)
tree77fa1baae824234f8f53b5bbe5ceed7a00e6d674 /os/hal
parent47cc8792a97ee5c19b8db4d4d34a2ffca2a455ce (diff)
downloadChibiOS-2446dcc077e32243c9e12f5cafe9f8a0fec78ddd.tar.gz
ChibiOS-2446dcc077e32243c9e12f5cafe9f8a0fec78ddd.tar.bz2
ChibiOS-2446dcc077e32243c9e12f5cafe9f8a0fec78ddd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7699 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/src/sdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/sdc.c b/os/hal/src/sdc.c
index 14976f543..8e5546f87 100644
--- a/os/hal/src/sdc.c
+++ b/os/hal/src/sdc.c
@@ -236,7 +236,7 @@ static uint32_t mmc_cmd6_construct(mmc_switch_t access, uint8_t index,
* @notapi
*/
uint32_t sdc_cmd6_construct(sd_switch_t mode, sd_switch_function_t function,
- uint8_t value) {
+ uint8_t value) {
uint32_t ret = 0xFFFFFF;
osalDbgAssert((value < 16), "This field has only 4 bits");