1
0
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:
Oliver Hahm 2011-10-05 15:35:46 +02:00
parent 4dd4ca0354
commit 2919cc18c8
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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)