aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src')
-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 6fd4e211d..c2e6c1b74 100644
--- a/os/hal/src/sdc.c
+++ b/os/hal/src/sdc.c
@@ -52,7 +52,7 @@
*
* @notapi
*/
-static uint32_t _sdc_get_slice(uint32_t *data, int8_t end, int8_t start) {
+static uint32_t _sdc_get_slice(uint32_t *data, int32_t end, int32_t start) {
uint32_t word = 0;
uint32_t mask = 0;