Added HAL_USE_TC

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10931 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
edolomb 2017-11-03 22:42:19 +00:00
parent 854190efe4
commit 3c604acd69
1 changed files with 9 additions and 0 deletions

View File

@ -79,6 +79,15 @@
#define SAMA_SERIAL_FLEXCOM3_IRQ_PRIORITY 4
#define SAMA_SERIAL_FLEXCOM4_IRQ_PRIORITY 4
/*
* TC driver system settings.
*/
#define HAL_USE_TC FALSE
#define SAMA_USE_TC0 FALSE
#define SAMA_USE_TC1 FALSE
#define SAMA_TC0_IRQ_PRIORITY 2
#define SAMA_TC1_IRQ_PRIORITY 2
/*
* UART driver system settings.
*/