From dd45a471f66ae41b5c8b8afa13f55e253b861af3 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 4 Nov 2010 14:24:06 +0100 Subject: [PATCH] * added prio definition --- drivers/cc110x/cc1100_phy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/cc110x/cc1100_phy.c b/drivers/cc110x/cc1100_phy.c index bb20e242c8..925260fbb1 100644 --- a/drivers/cc110x/cc1100_phy.c +++ b/drivers/cc110x/cc1100_phy.c @@ -60,6 +60,8 @@ and the mailinglist (subscription via web site) #include "msg.h" #include "debug.h" +#define PRIORITY_CC1100 PRIORITY_MIN-9 + #define MSG_POLL 12346 #define FLAGS_IDENTIFICATION (0x01) ///< Bit mask for reading the identification out of the flags field