diff options
author | areviu <areviu.info@gmail.com> | 2018-02-01 18:49:41 +0000 |
---|---|---|
committer | areviu <areviu.info@gmail.com> | 2018-02-01 18:49:41 +0000 |
commit | ba9b7671a05e8476e66ec5fd779e29d55040ce97 (patch) | |
tree | bcdc7b2843f4e8387ceb3665f883fc1d966118ea /os/hal/ports/SAMA | |
parent | cc6694372669d387b54a1bdfb76720d58d8824d1 (diff) | |
download | ChibiOS-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/SAMA')
-rw-r--r-- | os/hal/ports/SAMA/LLD/SDMMCv1/ch_sdmmc.c | 2 |
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;
|