diff options
author | areviu <areviu.info@gmail.com> | 2018-01-15 21:08:56 +0000 |
---|---|---|
committer | areviu <areviu.info@gmail.com> | 2018-01-15 21:08:56 +0000 |
commit | c8a29d8802f436115664cc640faa8389cb4beb19 (patch) | |
tree | 9cb163de4d0c927a73ace97d8dac773b2463c683 /testhal/ATSAMA5D2/SDMMC/mcuconf.h | |
parent | a5fa48f014bdcb90297fbfefcb08b5b9f9019ed7 (diff) | |
download | ChibiOS-c8a29d8802f436115664cc640faa8389cb4beb19.tar.gz ChibiOS-c8a29d8802f436115664cc640faa8389cb4beb19.tar.bz2 ChibiOS-c8a29d8802f436115664cc640faa8389cb4beb19.zip |
removed legacy code for pmc
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11288 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/ATSAMA5D2/SDMMC/mcuconf.h')
-rw-r--r-- | testhal/ATSAMA5D2/SDMMC/mcuconf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/SDMMC/mcuconf.h b/testhal/ATSAMA5D2/SDMMC/mcuconf.h index 0c7f64108..1d2651a62 100644 --- a/testhal/ATSAMA5D2/SDMMC/mcuconf.h +++ b/testhal/ATSAMA5D2/SDMMC/mcuconf.h @@ -82,7 +82,9 @@ /*
* SECUMOD
*/
-#define HAL_USE_SECUMOD TRUE
+#define SAMA_ST_USE_PIT TRUE
+#define SAMA_ST_USE_TC0 FALSE
+#define SAMA_ST_USE_TC1 FALSE
/*
* TC driver system settings.
|