Fixed bug: missing systick

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12114 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
edolomb 2018-06-18 11:53:02 +00:00
parent 58f9eb3e8e
commit 718abc8b53
1 changed files with 5 additions and 1 deletions

View File

@ -83,9 +83,13 @@
* SECUMOD * SECUMOD
*/ */
#define HAL_USE_SECUMOD FALSE #define HAL_USE_SECUMOD FALSE
/*
* SYSTICK
*/
#define SAMA_ST_USE_PIT FALSE #define SAMA_ST_USE_PIT FALSE
#define SAMA_ST_USE_TC0 FALSE #define SAMA_ST_USE_TC0 FALSE
#define SAMA_ST_USE_TC1 FALSE #define SAMA_ST_USE_TC1 TRUE
/* /*