From 857d69a338ff3d7e08f9297bcc00b6d4429b8b15 Mon Sep 17 00:00:00 2001 From: Andreas Urke Date: Mon, 19 Oct 2015 17:31:40 +0200 Subject: [PATCH] Remove stray stars in comments --- core/net/rpl/rpl-conf.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/net/rpl/rpl-conf.h b/core/net/rpl/rpl-conf.h index d32faf5b2..5511b8289 100644 --- a/core/net/rpl/rpl-conf.h +++ b/core/net/rpl/rpl-conf.h @@ -238,7 +238,7 @@ /* * RPL probing. When enabled, probes will be sent periodically to keep * parent link estimates up to date. - * */ + */ #ifdef RPL_CONF_WITH_PROBING #define RPL_WITH_PROBING RPL_CONF_WITH_PROBING #else @@ -247,7 +247,7 @@ /* * RPL probing interval. - * */ + */ #ifdef RPL_CONF_PROBING_INTERVAL #define RPL_PROBING_INTERVAL RPL_CONF_PROBING_INTERVAL #else @@ -256,7 +256,7 @@ /* * RPL probing expiration time. - * */ + */ #ifdef RPL_CONF_PROBING_EXPIRATION_TIME #define RPL_PROBING_EXPIRATION_TIME RPL_CONF_PROBING_EXPIRATION_TIME #else @@ -265,7 +265,7 @@ /* * Function used to select the next parent to be probed. - * */ + */ #ifdef RPL_CONF_PROBING_SELECT_FUNC #define RPL_PROBING_SELECT_FUNC RPL_CONF_PROBING_SELECT_FUNC #else @@ -279,7 +279,7 @@ * To probe with DIS, use: * #define RPL_CONF_PROBING_SEND_FUNC(instance, addr) dis_output((addr)) * Any other custom probing function is also acceptable. - * */ + */ #ifdef RPL_CONF_PROBING_SEND_FUNC #define RPL_PROBING_SEND_FUNC RPL_CONF_PROBING_SEND_FUNC #else @@ -288,7 +288,7 @@ /* * Function used to calculate next RPL probing interval - * */ + */ #ifdef RPL_CONF_PROBING_DELAY_FUNC #define RPL_PROBING_DELAY_FUNC RPL_CONF_PROBING_DELAY_FUNC #else