aboutsummaryrefslogtreecommitdiffstats
path: root/demos/nil/NIL-STM32F051-DISCOVERY
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-04 12:41:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-04 12:41:44 +0000
commite5e278c89f2edd0750749dfca551fc531cf317f2 (patch)
tree2552cc99378ca7b0ba5a9eb6f2f60e8ab88c56b5 /demos/nil/NIL-STM32F051-DISCOVERY
parent71ee071933334f72b5c69ee682cffc9565500215 (diff)
downloadChibiOS-e5e278c89f2edd0750749dfca551fc531cf317f2.tar.gz
ChibiOS-e5e278c89f2edd0750749dfca551fc531cf317f2.tar.bz2
ChibiOS-e5e278c89f2edd0750749dfca551fc531cf317f2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6261 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/nil/NIL-STM32F051-DISCOVERY')
-rw-r--r--demos/nil/NIL-STM32F051-DISCOVERY/nilconf.h4
1 files changed, 2 insertions, 2 deletions
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.