mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
Remove compiler warnings
This commit is contained in:
parent
88c661b0c2
commit
cc2be0f111
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: cxmac.c,v 1.5 2010/01/31 18:44:23 adamdunkels Exp $
|
* $Id: cxmac.c,v 1.6 2010/02/02 16:33:07 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -147,7 +147,7 @@ struct cxmac_config cxmac_config = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
static struct rtimer rt;
|
|
||||||
static struct pt pt;
|
static struct pt pt;
|
||||||
|
|
||||||
static volatile uint8_t cxmac_is_on = 0;
|
static volatile uint8_t cxmac_is_on = 0;
|
||||||
@ -292,7 +292,7 @@ static char cpowercycle(void *ptr);
|
|||||||
static void
|
static void
|
||||||
cschedule_powercycle(clock_time_t time)
|
cschedule_powercycle(clock_time_t time)
|
||||||
{
|
{
|
||||||
int r;
|
|
||||||
if(cxmac_is_on) {
|
if(cxmac_is_on) {
|
||||||
if(time == 0) {
|
if(time == 0) {
|
||||||
time = 1;
|
time = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user