aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-11 15:36:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-11 15:36:19 +0000
commit0f949bff7ebe28803cd564cf5bc47a3ae7e07ff1 (patch)
treed03b4cb91fee6e579b885f06cd2c2deb070acffe /os/hal/include
parent75e5e62cd4e853b56216bb315a2783cfcb87353d (diff)
downloadChibiOS-0f949bff7ebe28803cd564cf5bc47a3ae7e07ff1.tar.gz
ChibiOS-0f949bff7ebe28803cd564cf5bc47a3ae7e07ff1.tar.bz2
ChibiOS-0f949bff7ebe28803cd564cf5bc47a3ae7e07ff1.zip
Fixed some MISRA violations in new HAL code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8077 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/sdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h
index 94b6841d6..0f070e322 100644
--- a/os/hal/include/sdc.h
+++ b/os/hal/include/sdc.h
@@ -182,7 +182,7 @@ extern "C" {
sdcflags_t sdcGetAndClearErrors(SDCDriver *sdcp);
bool sdcSync(SDCDriver *sdcp);
bool sdcGetInfo(SDCDriver *sdcp, BlockDeviceInfo *bdip);
- bool sdcErase(SDCDriver *mmcp, uint32_t startblk, uint32_t endblk);
+ bool sdcErase(SDCDriver *sdcp, uint32_t startblk, uint32_t endblk);
bool _sdc_wait_for_transfer_state(SDCDriver *sdcp);
#ifdef __cplusplus
}