diff options
author | edolomb <none@example.com> | 2018-04-11 16:38:34 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-04-11 16:38:34 +0000 |
commit | 555bea6d4027a0685e4bd45bb7b59276941ff17c (patch) | |
tree | a8fcbd1e3fb69aca79d36c265de1c184153457f8 /demos | |
parent | 4022c1eff3748976869cde9a0893f536d0eb697f (diff) | |
download | ChibiOS-555bea6d4027a0685e4bd45bb7b59276941ff17c.tar.gz ChibiOS-555bea6d4027a0685e4bd45bb7b59276941ff17c.tar.bz2 ChibiOS-555bea6d4027a0685e4bd45bb7b59276941ff17c.zip |
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11887 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC-LWIP/cfg/chconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC-LWIP/cfg/chconf.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC-LWIP/cfg/chconf.h index 6c3bda7e0..8d645a087 100644 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC-LWIP/cfg/chconf.h +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC-LWIP/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.
|