aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/chconf.h')
-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 d8e5f88da..fbc5a6891 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.