user/trap: Enforce CONFIG_MQ_MAXMSGSIZE >=64 when NX Server is used
This commit is contained in:
parent
c836b15715
commit
72973629a7
@ -40,6 +40,10 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#if CONFIG_MQ_MAXMSGSIZE < 64
|
||||
#error "The NX Server needs CONFIG_MQ_MAXMSGSIZE >= 64"
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user