aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/ATSAMA5D2')
-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
/*