aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorareviu <areviu.info@gmail.com>2018-02-01 18:49:41 +0000
committerareviu <areviu.info@gmail.com>2018-02-01 18:49:41 +0000
commitba9b7671a05e8476e66ec5fd779e29d55040ce97 (patch)
treebcdc7b2843f4e8387ceb3665f883fc1d966118ea /os/hal/ports
parentcc6694372669d387b54a1bdfb76720d58d8824d1 (diff)
downloadChibiOS-ba9b7671a05e8476e66ec5fd779e29d55040ce97.tar.gz
ChibiOS-ba9b7671a05e8476e66ec5fd779e29d55040ce97.tar.bz2
ChibiOS-ba9b7671a05e8476e66ec5fd779e29d55040ce97.zip
update sdmmc test hal project with read and write to file
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11419 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/SAMA/LLD/SDMMCv1/ch_sdmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/LLD/SDMMCv1/ch_sdmmc.c b/os/hal/ports/SAMA/LLD/SDMMCv1/ch_sdmmc.c
index e8bf714ce..8145de2b1 100644
--- a/os/hal/ports/SAMA/LLD/SDMMCv1/ch_sdmmc.c
+++ b/os/hal/ports/SAMA/LLD/SDMMCv1/ch_sdmmc.c
@@ -98,7 +98,7 @@ void SdMmcUpdateInformation(SdmmcDriver *drv, bool csd, bool extData)
uint8_t SDMMC_Lib_SdStart(SdmmcDriver *drv, bool * retry)
{
uint64_t mem_size;
- uint32_t freq;
+ //uint32_t freq;
uint32_t drv_err, status;
uint8_t error;
bool flag;