From 9dfc1ba2f6095616e3225adae775aae8f02a6b68 Mon Sep 17 00:00:00 2001 From: edolomb Date: Tue, 31 Oct 2017 14:44:18 +0000 Subject: Added TC subsystem macro git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10923 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/ATSAMA5D2/TC/mcuconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3