From f52c062a19563a76960eef4b535327909b6059b9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 15 Aug 2015 08:56:56 +0000 Subject: Fixed bug #629. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8214 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/NIL-STM32F100-DISCOVERY/nilconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/STM32') diff --git a/demos/STM32/NIL-STM32F100-DISCOVERY/nilconf.h b/demos/STM32/NIL-STM32F100-DISCOVERY/nilconf.h index 7148bde4e..d886d6dc7 100644 --- a/demos/STM32/NIL-STM32F100-DISCOVERY/nilconf.h +++ b/demos/STM32/NIL-STM32F100-DISCOVERY/nilconf.h @@ -55,7 +55,7 @@ * @brief System time counter resolution. * @note Allowed values are 16 or 32 bits. */ -#define NIL_CFG_ST_RESOLUTION 32 +#define NIL_CFG_ST_RESOLUTION 16 /** * @brief System tick frequency. @@ -63,7 +63,7 @@ * option defines the maximum amount of time allowed for * timeouts. */ -#define NIL_CFG_ST_FREQUENCY 50000 +#define NIL_CFG_ST_FREQUENCY 1000 /** * @brief Time delta constant for the tick-less mode. -- cgit v1.2.3