aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-04-11 16:49:17 +0000
committeredolomb <none@example.com>2018-04-11 16:49:17 +0000
commit41be516f77f1576d287fa13ad100b7262c1f74aa (patch)
tree2141a75d4ecafb398b24751420bdf91ad115168d /testhal/ATSAMA5D2
parent6fc6f50af73499b9d375bb39287d58c83a57b379 (diff)
downloadChibiOS-41be516f77f1576d287fa13ad100b7262c1f74aa.tar.gz
ChibiOS-41be516f77f1576d287fa13ad100b7262c1f74aa.tar.bz2
ChibiOS-41be516f77f1576d287fa13ad100b7262c1f74aa.zip
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11896 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2')
-rw-r--r--testhal/ATSAMA5D2/FLEX-SPI/chconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/FLEX-SPI/chconf.h b/testhal/ATSAMA5D2/FLEX-SPI/chconf.h
index e1530c020..a52730f35 100644
--- a/testhal/ATSAMA5D2/FLEX-SPI/chconf.h
+++ b/testhal/ATSAMA5D2/FLEX-SPI/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.