From 79194eae8e198e6a480dcb5d6e5c57b28af07f0b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 7 Jan 2008 16:08:15 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@169 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3