aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-07 16:08:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-07 16:08:15 +0000
commit79194eae8e198e6a480dcb5d6e5c57b28af07f0b (patch)
treec437cdefaf5a3d188fae36db96193eeb811cb642
parent29feb9855078f659c1ff9c9459c0a013a9be4daf (diff)
downloadChibiOS-79194eae8e198e6a480dcb5d6e5c57b28af07f0b.tar.gz
ChibiOS-79194eae8e198e6a480dcb5d6e5c57b28af07f0b.tar.bz2
ChibiOS-79194eae8e198e6a480dcb5d6e5c57b28af07f0b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@169 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--src/templates/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/chconf.h b/src/templates/chconf.h
index fbc5a6891..d8e5f88da 100644
--- a/src/templates/chconf.h
+++ b/src/templates/chconf.h
@@ -111,7 +111,7 @@
/** 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
+#define CH_USE_MESSAGES_PRIORITY
/** Configuration option: if specified then the
* \p chThdGetExitEventSource() function is included in the kernel.