1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* misc fixes

This commit is contained in:
Kaspar Schleiser 2010-11-09 16:59:55 +01:00
parent 3b9e9befa9
commit b1c61e446f

View File

@ -60,7 +60,7 @@ and the mailinglist (subscription via web site)
#include "msg.h"
#include "debug.h"
#define PRIORITY_CC1100 PRIORITY_MIN-9
#define PRIORITY_CC1100 PRIORITY_MAIN-1
#define MSG_POLL 12346
@ -97,7 +97,7 @@ static const char *cc1100_event_handler_name = "cc1100_event_handler";
static mutex_t cc1100_mutex;
volatile int cc1100_mutex_pid;
static swtimer_t cc1100_watch_dog;
static uint64_t cc1100_watch_dog_period = 0;
static swtime_t cc1100_watch_dog_period = 0;
static uint16_t cc1100_event_handler_pid;
static void cc1100_event_handler_function(void);