From 6fd6d0670e8e639eb1909ccdb8e1d509db02d6f7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 17 Jul 2014 10:03:21 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7039 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/NIL-SPC560D-EVB/nilconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/SPC5/NIL-SPC560D-EVB/nilconf.h') diff --git a/demos/SPC5/NIL-SPC560D-EVB/nilconf.h b/demos/SPC5/NIL-SPC560D-EVB/nilconf.h index 54fb32ca4..ff54fbe41 100644 --- a/demos/SPC5/NIL-SPC560D-EVB/nilconf.h +++ b/demos/SPC5/NIL-SPC560D-EVB/nilconf.h @@ -60,7 +60,7 @@ /** * @brief System tick frequency. */ -#define NIL_CFG_ST_FREQUENCY 50000 +#define NIL_CFG_ST_FREQUENCY 1000 /** * @brief Time delta constant for the tick-less mode. @@ -70,7 +70,7 @@ * The value one is not valid, timeouts are rounded up to * this value. */ -#define NIL_CFG_ST_TIMEDELTA 2 +#define NIL_CFG_ST_TIMEDELTA 0 /** @} */ -- cgit v1.2.3