aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-06 08:59:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-06 08:59:07 +0000
commit0ae0293b4fde3c450967fe083bdf7a87b38e27d3 (patch)
tree8c155f919e093dae9d3dfc2275f8aa7ef2754899 /demos/ARMCM3-STM32F103-GCC
parent15ee17c8740a378cffcae681421b9e28fcde3d4c (diff)
downloadChibiOS-0ae0293b4fde3c450967fe083bdf7a87b38e27d3.tar.gz
ChibiOS-0ae0293b4fde3c450967fe083bdf7a87b38e27d3.tar.bz2
ChibiOS-0ae0293b4fde3c450967fe083bdf7a87b38e27d3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@427 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-GCC')
-rw-r--r--demos/ARMCM3-STM32F103-GCC/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/chconf.h b/demos/ARMCM3-STM32F103-GCC/chconf.h
index c5f1cbb90..181dde8f4 100644
--- a/demos/ARMCM3-STM32F103-GCC/chconf.h
+++ b/demos/ARMCM3-STM32F103-GCC/chconf.h
@@ -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.