diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-07 14:06:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-07 14:06:46 +0000 |
commit | b1db8a9f7fe3bc2cd48c52e7c2c50e0e118f8889 (patch) | |
tree | c291c85d4435b20ee8f92d2726f74f7951ad1d52 /src/templates/chconf.h | |
parent | 14d3b059c225769038a0f3538f491cf6099dbb3e (diff) | |
download | ChibiOS-b1db8a9f7fe3bc2cd48c52e7c2c50e0e118f8889.tar.gz ChibiOS-b1db8a9f7fe3bc2cd48c52e7c2c50e0e118f8889.tar.bz2 ChibiOS-b1db8a9f7fe3bc2cd48c52e7c2c50e0e118f8889.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@166 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/templates/chconf.h')
-rw-r--r-- | src/templates/chconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/chconf.h b/src/templates/chconf.h index fb8ae6a69..d8e5f88da 100644 --- a/src/templates/chconf.h +++ b/src/templates/chconf.h @@ -108,6 +108,11 @@ * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
#define CH_USE_MESSAGES_EVENT
+/** Configuration option: If enabled then the threads have an option to serve
+ * messages by priority instead of FIFO order.
+ * @note requires \p CH_USE_MESSAGES.*/
+#define CH_USE_MESSAGES_PRIORITY
+
/** Configuration option: if specified then the
* \p chThdGetExitEventSource() function is included in the kernel.
* @note requires \p CH_USE_MESSAGES.
|