aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ATSAMA5D2
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-04-11 16:42:49 +0000
committeredolomb <none@example.com>2018-04-11 16:42:49 +0000
commit8222ae84bb6a15f85a42d46642dbfde24b732393 (patch)
treeaece18eb2d55896ffd003b87fe8ec154b155c00e /demos/ATSAMA5D2
parent8edc8467f3f092a7800b5793ae2000ed1590394d (diff)
downloadChibiOS-8222ae84bb6a15f85a42d46642dbfde24b732393.tar.gz
ChibiOS-8222ae84bb6a15f85a42d46642dbfde24b732393.tar.bz2
ChibiOS-8222ae84bb6a15f85a42d46642dbfde24b732393.zip
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11891 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/ATSAMA5D2')
-rwxr-xr-xdemos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h
index b1e3841a8..33b59452e 100755
--- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h
+++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/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.