cord/config: remove addr and port defaults

This commit is contained in:
Hauke Petersen 2018-11-26 11:08:13 +01:00
parent 3b842ba16a
commit f8df35dcb3

View File

@ -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