aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2015-02-24 07:55:26 +0000
committerUladzimir Pylinski <barthess@yandex.ru>2015-02-24 07:55:26 +0000
commit40304ed99332e0cfca0f134e250c60eec64042ce (patch)
tree4fe4f3726e0e93454571b759cdb2b4aaced109ed /os/hal/include
parent3f403d2288bf2d06f7443ca227672ca7c178183f (diff)
downloadChibiOS-40304ed99332e0cfca0f134e250c60eec64042ce.tar.gz
ChibiOS-40304ed99332e0cfca0f134e250c60eec64042ce.tar.bz2
ChibiOS-40304ed99332e0cfca0f134e250c60eec64042ce.zip
SDIO. Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7702 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/hal_mmcsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/hal_mmcsd.h b/os/hal/include/hal_mmcsd.h
index 44094189d..c3589301a 100644
--- a/os/hal/include/hal_mmcsd.h
+++ b/os/hal/include/hal_mmcsd.h
@@ -381,7 +381,7 @@ typedef struct {
uint8_t tmp_write_protect;
uint8_t file_format;
uint8_t crc;
-} unmacked_sdc_csd_20_t;
+} unpacked_sdc_csd_20_t;
/**
* @brief Unpacked CSD register from MMC.
@@ -489,7 +489,7 @@ extern "C" {
void _mmcsd_unpack_csd_v10(const MMCSDBlockDevice *sdcp,
unpacked_sdc_csd_10_t *csd10);
void _mmcsd_unpack_csd_v20(const MMCSDBlockDevice *sdcp,
- unmacked_sdc_csd_20_t *csd20);
+ unpacked_sdc_csd_20_t *csd20);
#ifdef __cplusplus
}
#endif