From a490986401c3f2996baf9d0a34c3c87124890320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Corbal=C3=A1n?= Date: Thu, 3 Jul 2014 14:59:13 +0100 Subject: [PATCH] Add PLATFORM_HAS_RADIO in Sky Platform In order to use the er-server-example Radio resource it is required that the platform defines that it has a radio. This line might be required in other platforms. --- platform/sky/platform-conf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/sky/platform-conf.h b/platform/sky/platform-conf.h index e597a208f..f5530f3aa 100644 --- a/platform/sky/platform-conf.h +++ b/platform/sky/platform-conf.h @@ -51,6 +51,7 @@ #define PLATFORM_HAS_LIGHT 1 #define PLATFORM_HAS_BATTERY 1 #define PLATFORM_HAS_SHT11 1 +#define PLATFORM_HAS_RADIO 1 /* CPU target speed in Hz */ #define F_CPU 3900000uL /*2457600uL*/