1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

net/coap: use separate name for macro doc

This commit is contained in:
Ken Bannister 2018-12-30 10:19:45 -05:00
parent 94660f4db7
commit 663bb5bb3d

View File

@ -162,6 +162,10 @@ extern "C" {
* @ingroup config * @ingroup config
* @{ * @{
*/ */
/**
* @name Timing parameters
* @{
*/
/** /**
* @brief Timeout in seconds for a response to a confirmable request * @brief Timeout in seconds for a response to a confirmable request
* *
@ -198,9 +202,10 @@ extern "C" {
#define COAP_MAX_RETRANSMIT (4) #define COAP_MAX_RETRANSMIT (4)
#endif #endif
/** @} */ /** @} */
/** @} */
/** /**
* @name Timing parameters * @name Fixed timing parameters
* @{ * @{
*/ */
#define COAP_NSTART (1) #define COAP_NSTART (1)