diff options
Diffstat (limited to 'testhal/ATSAMA5D2/TC')
-rw-r--r-- | testhal/ATSAMA5D2/TC/mcuconf.h | 3 |
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.
|