aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authoredolomb <none@example.com>2017-10-31 14:44:18 +0000
committeredolomb <none@example.com>2017-10-31 14:44:18 +0000
commit9dfc1ba2f6095616e3225adae775aae8f02a6b68 (patch)
treec251429c7bbbd3e447c35b441bad94f11a079e66 /testhal
parent51da5500c0a8493f9b856dee741f84761870d8e3 (diff)
downloadChibiOS-9dfc1ba2f6095616e3225adae775aae8f02a6b68.tar.gz
ChibiOS-9dfc1ba2f6095616e3225adae775aae8f02a6b68.tar.bz2
ChibiOS-9dfc1ba2f6095616e3225adae775aae8f02a6b68.zip
Added TC subsystem macro
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10923 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/ATSAMA5D2/TC/mcuconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/TC/mcuconf.h b/testhal/ATSAMA5D2/TC/mcuconf.h
index 726e7c1c6..9b9194e12 100644
--- a/testhal/ATSAMA5D2/TC/mcuconf.h
+++ b/testhal/ATSAMA5D2/TC/mcuconf.h
@@ -46,10 +46,11 @@
/*
* TC driver system settings.
*/
+#define HAL_USE_TC TRUE
#define SAMA_USE_TC0 TRUE
#define SAMA_USE_TC1 FALSE
#define SAMA_TC0_IRQ_PRIORITY 2
-#define SAMA_TC1_IRQ_PRIORITY 4
+#define SAMA_TC1_IRQ_PRIORITY 2
/*
* SPI driver system settings.