Skip to content
Snippets Groups Projects
Commit 1ca53e70 authored by patacongo's avatar patacongo
Browse files

Check for messages disabled

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1162 42af7a65-404d-4744-a932-0658087f49c3
parent aec42412
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@
#include <signal.h>
#include <nuttx/compiler.h>
#if CONFIG_MQ_MAXMSGSIZE > 0
/****************************************************************************
* Compilations Switches
****************************************************************************/
......@@ -210,5 +212,6 @@ EXTERN int mq_dosend(mqd_t mqdes, FAR mqmsg_t *mqmsg, const void *msg,
}
#endif
#endif /* CONFIG_MQ_MAXMSGSIZE > 0 */
#endif /* __MQ_INTERNAL_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment