aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ATSAMA5D2
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-04-11 16:37:40 +0000
committeredolomb <none@example.com>2018-04-11 16:37:40 +0000
commit4022c1eff3748976869cde9a0893f536d0eb697f (patch)
treede37b13803df3309101016f1f9736544652cecfb /demos/ATSAMA5D2
parent65e4c53b39f920dfc93b808327d0cfc36b623caf (diff)
downloadChibiOS-4022c1eff3748976869cde9a0893f536d0eb697f.tar.gz
ChibiOS-4022c1eff3748976869cde9a0893f536d0eb697f.tar.bz2
ChibiOS-4022c1eff3748976869cde9a0893f536d0eb697f.zip
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11886 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/ATSAMA5D2')
-rw-r--r--demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP/cfg/chconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP/cfg/chconf.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP/cfg/chconf.h
index 8093b6f33..e08a34ce7 100644
--- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP/cfg/chconf.h
+++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-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.