diff options
author | edolomb <none@example.com> | 2018-04-11 16:49:38 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-04-11 16:49:38 +0000 |
commit | cd02893e5194ad4d068dd625c7e84903b919a319 (patch) | |
tree | d6a0d90da21e000bf4af6eca764d3856656b7929 /testhal/ATSAMA5D2 | |
parent | 41be516f77f1576d287fa13ad100b7262c1f74aa (diff) | |
download | ChibiOS-cd02893e5194ad4d068dd625c7e84903b919a319.tar.gz ChibiOS-cd02893e5194ad4d068dd625c7e84903b919a319.tar.bz2 ChibiOS-cd02893e5194ad4d068dd625c7e84903b919a319.zip |
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11897 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2')
-rwxr-xr-x | testhal/ATSAMA5D2/MATRIX/chconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/MATRIX/chconf.h b/testhal/ATSAMA5D2/MATRIX/chconf.h index 468ffe85e..9c94cc274 100755 --- a/testhal/ATSAMA5D2/MATRIX/chconf.h +++ b/testhal/ATSAMA5D2/MATRIX/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.
|