include/nuttx/nx/nxmu.h: This header file coul be lethal; it declared an #error if CONFIG_DISABLE_MQUEUE=y.

This commit is contained in:
Gregory Nutt
2019-02-04 18:45:09 -06:00
parent 193e9af6f6
commit d05e2da2ce
3 changed files with 9 additions and 6 deletions
-4
View File
@@ -56,10 +56,6 @@
/* Configuration ************************************************************/
#ifdef CONFIG_DISABLE_MQUEUE
# error "Message queues are disabled(CONFIG_DISABLE_MQUEUE)"
#endif
#ifndef CONFIG_NX_MXSERVERMSGS
# define CONFIG_NX_MXSERVERMSGS 32 /* Number of pending messages in server MQ */
#endif