From 918c22a60d3f5804971d0a0ba9940c928379209c Mon Sep 17 00:00:00 2001 From: edolomb Date: Wed, 11 Apr 2018 16:54:15 +0000 Subject: [PATCH] Updated chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11905 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/ATSAMA5D2/SPI/chconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testhal/ATSAMA5D2/SPI/chconf.h b/testhal/ATSAMA5D2/SPI/chconf.h index b1e3841a8..33b59452e 100644 --- a/testhal/ATSAMA5D2/SPI/chconf.h +++ b/testhal/ATSAMA5D2/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.