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:
parent
58f9eb3e8e
commit
718abc8b53
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue