mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user