diff options
author | edolomb <none@example.com> | 2018-04-11 16:33:07 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-04-11 16:33:07 +0000 |
commit | ac73be577ffc0677f146710805932419f18e9856 (patch) | |
tree | ac2c2ebc2eff087b8eb95b897e312a8a12ff4285 /demos | |
parent | e260cc6448a8c4d8bb150b46364269d5b76798ec (diff) | |
download | ChibiOS-ac73be577ffc0677f146710805932419f18e9856.tar.gz ChibiOS-ac73be577ffc0677f146710805932419f18e9856.tar.bz2 ChibiOS-ac73be577ffc0677f146710805932419f18e9856.zip |
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11882 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/cfg/chconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/cfg/chconf.h b/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/cfg/chconf.h index 8093b6f33..e08a34ce7 100644 --- a/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/cfg/chconf.h +++ b/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/cfg/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.
|