From f8df35dcb351a43ae8c83b24770e801aac0eafc7 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Mon, 26 Nov 2018 11:08:13 +0100 Subject: [PATCH] cord/config: remove addr and port defaults --- sys/include/net/cord/config.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/sys/include/net/cord/config.h b/sys/include/net/cord/config.h index 51361361c6..48605ede5f 100644 --- a/sys/include/net/cord/config.h +++ b/sys/include/net/cord/config.h @@ -75,21 +75,6 @@ extern "C" { #endif /** @} */ -/** - * @brief Use ALL_NODES multicast address as default address when looking for - * a RD server - */ -#ifndef CORD_SERVER_ADDR -#define CORD_SERVER_ADDR "ff02::1" -#endif - -/** - * @brief Default Port to use when looking for RDs - */ -#ifndef CORD_SERVER_PORT -#define CORD_SERVER_PORT COAP_PORT -#endif - #ifdef __cplusplus } #endif