aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-08-15 08:56:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-08-15 08:56:56 +0000
commitf52c062a19563a76960eef4b535327909b6059b9 (patch)
tree21622538288084b91864194ca5cd9a78288c3c8f /demos/STM32
parenta2b33f23233a009759e3fad20b031b7cb9f92278 (diff)
downloadChibiOS-f52c062a19563a76960eef4b535327909b6059b9.tar.gz
ChibiOS-f52c062a19563a76960eef4b535327909b6059b9.tar.bz2
ChibiOS-f52c062a19563a76960eef4b535327909b6059b9.zip
Fixed bug #629.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8214 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/NIL-STM32F100-DISCOVERY/nilconf.h4
1 files changed, 2 insertions, 2 deletions
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.