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.
This commit is contained in:
Pablo Corbalán 2014-07-03 14:59:13 +01:00
parent ccc75404f4
commit a490986401

View file

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