aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NIL-STM32F100-DISCOVERY/nilconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/NIL-STM32F100-DISCOVERY/nilconf.h')
-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.