Skip to content

Commit

Permalink
fixup! rdcli-config: re-add startup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Oct 10, 2018
1 parent a9e93cb commit 44cab55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sys/include/net/rdcli_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ extern "C" {
#define RDCLI_UPDATE_INTERVAL ((RDCLI_LT / 4) * 3)
#endif

/**
* @brief Delay until the RD client starts to try registering (in seconds)
*/
#ifndef RDCLI_STARTUP_DELAY
#define RDCLI_STARTUP_DELAY (3U)
#endif

/**
* @name Endpoint ID definition
*
Expand Down

0 comments on commit 44cab55

Please sign in to comment.