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 /testhal/ATSAMA5D2/SDMMC/mcuconf.h | |
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 'testhal/ATSAMA5D2/SDMMC/mcuconf.h')
-rw-r--r-- | testhal/ATSAMA5D2/SDMMC/mcuconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/ATSAMA5D2/SDMMC/mcuconf.h b/testhal/ATSAMA5D2/SDMMC/mcuconf.h index b9173531f..d1e0fe8d6 100644 --- a/testhal/ATSAMA5D2/SDMMC/mcuconf.h +++ b/testhal/ATSAMA5D2/SDMMC/mcuconf.h @@ -82,10 +82,12 @@ /*
* SECUMOD
*/
+#define HAL_USE_SECUMOD FALSE
#define SAMA_ST_USE_PIT TRUE
#define SAMA_ST_USE_TC0 FALSE
#define SAMA_ST_USE_TC1 FALSE
+
/*
* TC driver system settings.
*/
|