diff options
author | areviu <areviu.info@gmail.com> | 2018-02-28 17:44:20 +0000 |
---|---|---|
committer | areviu <areviu.info@gmail.com> | 2018-02-28 17:44:20 +0000 |
commit | eeacdb0f702d6cb906fb46f5178e209c5aa50be2 (patch) | |
tree | a3aeb17c8c9371b97126c4b518c275ad8edd219c /testhal/ATSAMA5D2/SDMMC/mcuconf.h | |
parent | 9c05b2810631c00aeef48409f900a2f3c5569625 (diff) | |
download | ChibiOS-eeacdb0f702d6cb906fb46f5178e209c5aa50be2.tar.gz ChibiOS-eeacdb0f702d6cb906fb46f5178e209c5aa50be2.tar.bz2 ChibiOS-eeacdb0f702d6cb906fb46f5178e209c5aa50be2.zip |
removed old reg check and correct some indent
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11594 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 5e2eeefe3..22725886a 100644 --- a/testhal/ATSAMA5D2/SDMMC/mcuconf.h +++ b/testhal/ATSAMA5D2/SDMMC/mcuconf.h @@ -83,7 +83,7 @@ * SECUMOD
*/
#define HAL_USE_SECUMOD FALSE
-#define SAMA_ST_USE_PIT TRUE
+#define SAMA_ST_USE_PIT FALSE
#define SAMA_ST_USE_TC0 FALSE
#define SAMA_ST_USE_TC1 FALSE
|