From e5e278c89f2edd0750749dfca551fc531cf317f2 Mon Sep 17 00:00:00 2001 From: gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> Date: Wed, 4 Sep 2013 12:41:44 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6261 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/nil/NIL-STM32F051-DISCOVERY/nilconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/nil/NIL-STM32F051-DISCOVERY') diff --git a/demos/nil/NIL-STM32F051-DISCOVERY/nilconf.h b/demos/nil/NIL-STM32F051-DISCOVERY/nilconf.h index c8a0b34c5..2805beb50 100644 --- a/demos/nil/NIL-STM32F051-DISCOVERY/nilconf.h +++ b/demos/nil/NIL-STM32F051-DISCOVERY/nilconf.h @@ -41,7 +41,7 @@ /** * @brief System tick frequency. */ -#define NIL_CFG_ST_FREQUENCY 1000 +#define NIL_CFG_ST_FREQUENCY 50000 /** * @brief Time delta constant for the tick-less mode. @@ -51,7 +51,7 @@ * The value one is not valid, timeouts are rounded up to * this value. */ -#define NIL_CFG_TIMEDELTA 0 +#define NIL_CFG_TIMEDELTA 2 /** * @brief Events Flags APIs. -- cgit v1.2.3