fix compiler warnings. patch from Jesper Karlsson.

This commit is contained in:
nvt-se 2009-04-08 14:56:00 +00:00
parent 2eaec8d38a
commit 172ffb74c7
4 changed files with 19 additions and 14 deletions

View file

@ -28,11 +28,13 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: irq.h,v 1.1 2007/03/15 21:37:01 adamdunkels Exp $
* @(#)$Id: irq.h,v 1.2 2009/04/08 14:56:00 nvt-se Exp $
*/
#ifndef __IRQ_H__
#define __IRQ_H__
#include "lib/sensors.h"
void irq_adc12_activate(const struct sensors_sensor *sensor,
unsigned char adcno, unsigned char config);