From 2446dcc077e32243c9e12f5cafe9f8a0fec78ddd Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 23 Feb 2015 17:54:07 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7699 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/sdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/src') 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"); -- cgit v1.2.3