user/trap: Enforce CONFIG_MQ_MAXMSGSIZE >=64 when NX Server is used

This commit is contained in:
Alan C. Assis
2021-08-31 17:05:50 -03:00
committed by Xiang Xiao
parent c836b15715
commit 72973629a7
+4
View File
@@ -40,6 +40,10 @@
* Pre-processor Definitions
****************************************************************************/
#if CONFIG_MQ_MAXMSGSIZE < 64
#error "The NX Server needs CONFIG_MQ_MAXMSGSIZE >= 64"
#endif
/****************************************************************************
* Public Types
****************************************************************************/