aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-06-18 11:53:02 +0000
committeredolomb <none@example.com>2018-06-18 11:53:02 +0000
commit718abc8b5349adf9628344bbe9ade5fdeabf7003 (patch)
treeebbd0105fbd0cf0ef75152cac9024ab43d6f7a81 /testhal
parent58f9eb3e8ea553f5fa719c4225269ebfad178ab7 (diff)
downloadChibiOS-718abc8b5349adf9628344bbe9ade5fdeabf7003.tar.gz
ChibiOS-718abc8b5349adf9628344bbe9ade5fdeabf7003.tar.bz2
ChibiOS-718abc8b5349adf9628344bbe9ade5fdeabf7003.zip
Fixed bug: missing systick
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12114 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal')
-rw-r--r--testhal/ATSAMA5D2/CRYPTO/mcuconf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/CRYPTO/mcuconf.h b/testhal/ATSAMA5D2/CRYPTO/mcuconf.h
index 816d64136..988124e27 100644
--- a/testhal/ATSAMA5D2/CRYPTO/mcuconf.h
+++ b/testhal/ATSAMA5D2/CRYPTO/mcuconf.h
@@ -83,9 +83,13 @@
* SECUMOD
*/
#define HAL_USE_SECUMOD FALSE
+
+/*
+ * SYSTICK
+ */
#define SAMA_ST_USE_PIT FALSE
#define SAMA_ST_USE_TC0 FALSE
-#define SAMA_ST_USE_TC1 FALSE
+#define SAMA_ST_USE_TC1 TRUE
/*