mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
[projects OHM and WEAtHeR]
* moved WOR setting from cc1100 driver to project
This commit is contained in:
parent
4dd4ca0354
commit
2919cc18c8
@ -37,6 +37,8 @@
|
||||
#include "ohm_protocol.h"
|
||||
#include "protocol_msg_gateway.h"
|
||||
|
||||
#define CC1100_RADIO_MODE CC1100_MODE_WOR
|
||||
|
||||
/* some local defines */
|
||||
#define SECOND (1000 * 1000)
|
||||
#define MINUTE (1 * SECOND)
|
||||
|
||||
@ -36,6 +36,8 @@
|
||||
#include "weather_protocol.h"
|
||||
#include "protocol_msg_gateway.h"
|
||||
|
||||
#define CC1100_RADIO_MODE CC1100_MODE_WOR
|
||||
|
||||
/* some local defines */
|
||||
#define SECOND (1000 * 1000)
|
||||
#define MINUTE (1 * SECOND)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user