diff options
author | areviu <areviu.info@gmail.com> | 2018-03-12 19:31:13 +0000 |
---|---|---|
committer | areviu <areviu.info@gmail.com> | 2018-03-12 19:31:13 +0000 |
commit | 81fc1ef3995af4857a815f09c591d20fd351012c (patch) | |
tree | a10f20d1dbb367c2b3ec4654301c13488149a5b3 /testhal/ATSAMA5D2/SDMMC/mcuconf.h | |
parent | 49cbed4e679b0ab1dcb0f17b67744f86abf3459b (diff) | |
download | ChibiOS-81fc1ef3995af4857a815f09c591d20fd351012c.tar.gz ChibiOS-81fc1ef3995af4857a815f09c591d20fd351012c.tar.bz2 ChibiOS-81fc1ef3995af4857a815f09c591d20fd351012c.zip |
fixed reliance demo configuration and chconf
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11707 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2/SDMMC/mcuconf.h')
-rw-r--r-- | testhal/ATSAMA5D2/SDMMC/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/SDMMC/mcuconf.h b/testhal/ATSAMA5D2/SDMMC/mcuconf.h index 22725886a..05b9cf19c 100644 --- a/testhal/ATSAMA5D2/SDMMC/mcuconf.h +++ b/testhal/ATSAMA5D2/SDMMC/mcuconf.h @@ -85,7 +85,7 @@ #define HAL_USE_SECUMOD FALSE
#define SAMA_ST_USE_PIT FALSE
#define SAMA_ST_USE_TC0 FALSE
-#define SAMA_ST_USE_TC1 FALSE
+#define SAMA_ST_USE_TC1 TRUE
/*
|