git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@427 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-09-06 08:59:07 +00:00
parent 15ee17c874
commit 0ae0293b4f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,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.