mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
emb6: fix documentation
This commit is contained in:
parent
dd736a42b9
commit
0d8511616a
@ -828,7 +828,6 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
|
|||||||
*/cpu/native/osx-libc-extra \
|
*/cpu/native/osx-libc-extra \
|
||||||
*/cpu/x86/include/* \
|
*/cpu/x86/include/* \
|
||||||
*/drivers/kw2xrf/include/overwrites.h \
|
*/drivers/kw2xrf/include/overwrites.h \
|
||||||
*/pkg/emb6/* \
|
|
||||||
*/pkg/lwip/* \
|
*/pkg/lwip/* \
|
||||||
*/pkg/tlsf/patch.txt \
|
*/pkg/tlsf/patch.txt \
|
||||||
*/sys/include/embUnit/* \
|
*/sys/include/embUnit/* \
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup emb6 emb6 network stack
|
* @addtogroup pkg_emb6
|
||||||
* @ingroup pkg
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
@ -33,6 +33,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Size for struct sock_udp::mbox_queue
|
||||||
|
*/
|
||||||
#ifndef SOCK_MBOX_SIZE
|
#ifndef SOCK_MBOX_SIZE
|
||||||
#define SOCK_MBOX_SIZE (2)
|
#define SOCK_MBOX_SIZE (2)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user