From ab736d4dfd758091ed3d6244f7170dd641739aed Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 11 Sep 2013 12:24:04 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6292 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/nil/NIL-STM32F303-DISCOVERY/nilconf.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'demos/nil') diff --git a/demos/nil/NIL-STM32F303-DISCOVERY/nilconf.h b/demos/nil/NIL-STM32F303-DISCOVERY/nilconf.h index 220ce8b37..35504197e 100644 --- a/demos/nil/NIL-STM32F303-DISCOVERY/nilconf.h +++ b/demos/nil/NIL-STM32F303-DISCOVERY/nilconf.h @@ -51,8 +51,17 @@ */ /*===========================================================================*/ +/** + * @brief System time counter resolution. + * @note Allowed values are 16 or 32 bits. + */ +#define NIL_CFG_ST_RESOLUTION 32 + /** * @brief System tick frequency. + * @note This value together with the @p NIL_CFG_ST_RESOLUTION + * option defines the maximum amount of time allowed for + * timeouts. */ #define NIL_CFG_ST_FREQUENCY 50000 -- cgit v1.2.3