mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
user/trap: Enforce CONFIG_MQ_MAXMSGSIZE >=64 when NX Server is used
This commit is contained in:
committed by
Xiang Xiao
parent
c836b15715
commit
72973629a7
@@ -40,6 +40,10 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#if CONFIG_MQ_MAXMSGSIZE < 64
|
||||||
|
#error "The NX Server needs CONFIG_MQ_MAXMSGSIZE >= 64"
|
||||||
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Types
|
* Public Types
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user