From 5d350182d5d08f1ce52db3c8ba8a8efef7dbc994 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Fri, 13 Apr 2018 08:01:19 -0700 Subject: [PATCH] CoAP example: remove unnecessary commented-out config flags --- examples/coap/project-conf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/coap/project-conf.h b/examples/coap/project-conf.h index e7294b5ec..ff7549358 100644 --- a/examples/coap/project-conf.h +++ b/examples/coap/project-conf.h @@ -39,10 +39,6 @@ #ifndef PROJECT_ERBIUM_CONF_H_ #define PROJECT_ERBIUM_CONF_H_ -/* Custom channel and PAN ID configuration for your project. */ -/* #define IEEE802154_CONF_DEFAULT_CHANNEL 26 */ -/* #define IEEE802154_CONF_PANID 0xABCD */ - /* IP buffer size must match all other hops, in particular the border router. */ /* #define UIP_CONF_BUFFER_SIZE 256 */