From 4a6909d16ac9b5af490412629faf8c41742a8c1d Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Mon, 25 May 2015 13:43:11 +0200 Subject: [PATCH] Remove RDC config from retro definitiions. After the modularization of the Contiki libraries this isn't necessary anymore. --- cpu/6502/6502def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu/6502/6502def.h b/cpu/6502/6502def.h index 1d7b5c440..441768153 100644 --- a/cpu/6502/6502def.h +++ b/cpu/6502/6502def.h @@ -72,7 +72,6 @@ typedef unsigned short uip_stats_t; #define UIP_CONF_LLH_LEN 14 #define RESOLV_CONF_SUPPORTS_MDNS 0 #define RESOLV_CONF_SUPPORTS_RECORD_EXPIRATION 0 -#define NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE 1 #define LOADER_CONF_ARCH "lib/unload.h"