diff options
author | edolomb <none@example.com> | 2018-04-11 16:53:58 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-04-11 16:53:58 +0000 |
commit | 37fca61a315374a57a26bec3c126236efd0deb2d (patch) | |
tree | a475548a4e7775d59b9e04294c3cc0a20d1949b2 /testhal/ATSAMA5D2 | |
parent | 1987d9006e9a0a1b5c62520e0d9c6413f70e0853 (diff) | |
download | ChibiOS-37fca61a315374a57a26bec3c126236efd0deb2d.tar.gz ChibiOS-37fca61a315374a57a26bec3c126236efd0deb2d.tar.bz2 ChibiOS-37fca61a315374a57a26bec3c126236efd0deb2d.zip |
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11904 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2')
-rwxr-xr-x | testhal/ATSAMA5D2/SERIAL/chconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/SERIAL/chconf.h b/testhal/ATSAMA5D2/SERIAL/chconf.h index b1e3841a8..33b59452e 100755 --- a/testhal/ATSAMA5D2/SERIAL/chconf.h +++ b/testhal/ATSAMA5D2/SERIAL/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.
|