1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #13225 from leandrolanzieri/pr/net/gcoap/fix_ref_to_variance

gcoap: Remove reference to COAP_ACK_VARIANCE in docs
This commit is contained in:
Cenk Gündoğan 2020-01-28 21:28:32 +01:00 committed by GitHub
commit 2fcd9e0456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,7 +498,6 @@ extern "C" {
* CONFIG_GCOAP_NO_RETRANS_BACKOFF is defined this doubling does not happen.
*
* @see COAP_ACK_TIMEOUT
* @see COAP_ACK_VARIANCE
*/
#define CONFIG_GCOAP_NO_RETRANS_BACKOFF
#endif