We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 075636f + 9ed719f commit 03dc244Copy full SHA for 03dc244
examples/platform-specific/cc26x0-cc13x0/very-sleepy-demo/project-conf.h
@@ -40,7 +40,6 @@
40
/*---------------------------------------------------------------------------*/
41
/* For very sleepy operation */
42
#define RF_BLE_CONF_ENABLED 0
43
-#define UIP_DS6_CONF_PERIOD CLOCK_SECOND
44
#define UIP_CONF_TCP 0
45
#define RPL_CONF_LEAF_ONLY 1
46
os/net/ipv6/uip-ds6.h
@@ -165,7 +165,7 @@
165
/** \brief General DS6 definitions */
166
/** Period for uip-ds6 periodic task*/
167
#ifndef UIP_DS6_CONF_PERIOD
168
-#define UIP_DS6_PERIOD (CLOCK_SECOND/10)
+#define UIP_DS6_PERIOD (60 * CLOCK_SECOND)
169
#else
170
#define UIP_DS6_PERIOD UIP_DS6_CONF_PERIOD
171
#endif
0 commit comments