From 4a129fefc60776fc1ed3957d89ce7afcacbcd084 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 8 Dec 2017 16:39:40 +0000 Subject: [PATCH] Remove obsolete macro --- arch/platform/sky/platform-conf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/platform/sky/platform-conf.h b/arch/platform/sky/platform-conf.h index 73f3e7652..c2267abda 100644 --- a/arch/platform/sky/platform-conf.h +++ b/arch/platform/sky/platform-conf.h @@ -43,9 +43,6 @@ * Definitions below are dictated by the hardware and not really * changeable! */ -/* Platform TMOTE_SKY */ -#define TMOTE_SKY 1 - /* Delay between GO signal and SFD: radio fixed delay + 4Bytes preample + 1B SFD -- 1Byte time is 32us * ~327us + 129preample = 456 us */ #define RADIO_DELAY_BEFORE_TX ((unsigned)US_TO_RTIMERTICKS(456))