diff options
author | edolomb <none@example.com> | 2018-04-11 16:51:41 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-04-11 16:51:41 +0000 |
commit | f13b51cb0c3e26a6f35a16e94a5400045bffad83 (patch) | |
tree | 9574d55d1966f541ba0ca80cd6ea27495ac1f16b | |
parent | 166113e04124da0022105608c3316cab3480da76 (diff) | |
download | ChibiOS-f13b51cb0c3e26a6f35a16e94a5400045bffad83.tar.gz ChibiOS-f13b51cb0c3e26a6f35a16e94a5400045bffad83.tar.bz2 ChibiOS-f13b51cb0c3e26a6f35a16e94a5400045bffad83.zip |
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11901 110e8d01-0319-4d1e-a829-52ad28d1bb01
-rw-r--r-- | testhal/ATSAMA5D2/SDMMC/chconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/SDMMC/chconf.h b/testhal/ATSAMA5D2/SDMMC/chconf.h index 875a46084..36707a1e6 100644 --- a/testhal/ATSAMA5D2/SDMMC/chconf.h +++ b/testhal/ATSAMA5D2/SDMMC/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.
|