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:
parent
94660f4db7
commit
663bb5bb3d
@ -162,6 +162,10 @@ extern "C" {
|
||||
* @ingroup config
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* @name Timing parameters
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* @brief Timeout in seconds for a response to a confirmable request
|
||||
*
|
||||
@ -198,9 +202,10 @@ extern "C" {
|
||||
#define COAP_MAX_RETRANSMIT (4)
|
||||
#endif
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name Timing parameters
|
||||
* @name Fixed timing parameters
|
||||
* @{
|
||||
*/
|
||||
#define COAP_NSTART (1)
|
||||
|
Loading…
Reference in New Issue
Block a user