mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #15159 from brummer-simon/gnrc_tcp-fix_typo
gnrc_tcp: Fix typo in config.h
This commit is contained in:
commit
e7f7f145ee
@ -127,7 +127,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Clock granularity for TCP in milliseconds. Dedault is 10 milliseconds (see RFC 6298)
|
||||
* @brief Clock granularity for TCP in milliseconds. Default is 10 milliseconds (see RFC 6298)
|
||||
*/
|
||||
#ifndef CONFIG_GNRC_TCP_RTO_GRANULARITY_MS
|
||||
#define CONFIG_GNRC_TCP_RTO_GRANULARITY_MS (10U)
|
||||
|
Loading…
Reference in New Issue
Block a user