aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NIL-STM32F746G-DISCOVERY/chconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-09 07:18:02 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-09 07:18:02 +0000
commit8361acead560942ee09caae304703f31efa85f9d (patch)
treef7b8fccf34fbe49d5462a15709314cf4d769e03a /demos/STM32/NIL-STM32F746G-DISCOVERY/chconf.h
parent052945de4d35e1b50cf1db349a7ed7e29555ec57 (diff)
downloadChibiOS-8361acead560942ee09caae304703f31efa85f9d.tar.gz
ChibiOS-8361acead560942ee09caae304703f31efa85f9d.tar.bz2
ChibiOS-8361acead560942ee09caae304703f31efa85f9d.zip
Updated all NIL chconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11135 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/NIL-STM32F746G-DISCOVERY/chconf.h')
-rw-r--r--demos/STM32/NIL-STM32F746G-DISCOVERY/chconf.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/demos/STM32/NIL-STM32F746G-DISCOVERY/chconf.h b/demos/STM32/NIL-STM32F746G-DISCOVERY/chconf.h
index 38ef17fd2..8da9aa54f 100644
--- a/demos/STM32/NIL-STM32F746G-DISCOVERY/chconf.h
+++ b/demos/STM32/NIL-STM32F746G-DISCOVERY/chconf.h
@@ -58,7 +58,7 @@
* @brief System time counter resolution.
* @note Allowed values are 16 or 32 bits.
*/
-#define CH_CFG_ST_RESOLUTION 32
+#define CH_CFG_ST_RESOLUTION 16
/**
* @brief System tick frequency.
@@ -66,19 +66,7 @@
* option defines the maximum amount of time allowed for
* timeouts.
*/
-#define CH_CFG_ST_FREQUENCY 5000
-
-/**
- * @brief Time intervals data size.
- * @note Allowed values are 16, 32 or 64 bits.
- */
-#define CH_CFG_INTERVALS_SIZE 32
-
-/**
- * @brief Time types data size.
- * @note Allowed values are 16 or 32 bits.
- */
-#define CH_CFG_TIME_TYPES_SIZE 32
+#define CH_CFG_ST_FREQUENCY 10000
/**
* @brief Time delta constant for the tick-less mode.