mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +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
|
||||
****************************************************************************/
|
||||
|
||||
#if CONFIG_MQ_MAXMSGSIZE < 64
|
||||
#error "The NX Server needs CONFIG_MQ_MAXMSGSIZE >= 64"
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user