aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-04-11 16:54:31 +0000
committeredolomb <none@example.com>2018-04-11 16:54:31 +0000
commita3232184836aa0c388869c5535bbcd6e16d2327c (patch)
treeb9aea4f6ef9e48751e6cf99607094205d677ba5c /testhal/ATSAMA5D2
parent918c22a60d3f5804971d0a0ba9940c928379209c (diff)
downloadChibiOS-a3232184836aa0c388869c5535bbcd6e16d2327c.tar.gz
ChibiOS-a3232184836aa0c388869c5535bbcd6e16d2327c.tar.bz2
ChibiOS-a3232184836aa0c388869c5535bbcd6e16d2327c.zip
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11906 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2')
-rwxr-xr-xtesthal/ATSAMA5D2/TC/chconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/TC/chconf.h b/testhal/ATSAMA5D2/TC/chconf.h
index 468ffe85e..9c94cc274 100755
--- a/testhal/ATSAMA5D2/TC/chconf.h
+++ b/testhal/ATSAMA5D2/TC/chconf.h
@@ -49,7 +49,8 @@
* @details Frequency of the system timer that drives the system ticks. This
* setting also defines the system tick time unit.
*/
-#define CH_CFG_ST_FREQUENCY 1000
+#define CH_CFG_ST_FREQUENCY 1000 /* periodic tick. */
+//#define CH_CFG_ST_FREQUENCY (83000000 / 32) /* tick-less. */
/**
* @brief Time intervals data size.