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:
parent
ccc75404f4
commit
a490986401
|
@ -51,6 +51,7 @@
|
||||||
#define PLATFORM_HAS_LIGHT 1
|
#define PLATFORM_HAS_LIGHT 1
|
||||||
#define PLATFORM_HAS_BATTERY 1
|
#define PLATFORM_HAS_BATTERY 1
|
||||||
#define PLATFORM_HAS_SHT11 1
|
#define PLATFORM_HAS_SHT11 1
|
||||||
|
#define PLATFORM_HAS_RADIO 1
|
||||||
|
|
||||||
/* CPU target speed in Hz */
|
/* CPU target speed in Hz */
|
||||||
#define F_CPU 3900000uL /*2457600uL*/
|
#define F_CPU 3900000uL /*2457600uL*/
|
||||||
|
|
Loading…
Reference in a new issue