mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
added missing include
This commit is contained in:
parent
d0d52638b8
commit
72f42bffd3
@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: test-button.c,v 1.2 2010/01/14 14:04:39 joxe Exp $
|
||||
* $Id: test-button.c,v 1.3 2010/02/01 17:40:33 nifi Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -42,6 +42,7 @@
|
||||
#include "dev/button-sensor.h"
|
||||
#include "dev/light-sensor.h"
|
||||
#include "dev/leds.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
PROCESS(test_button_process, "Test button");
|
||||
|
Loading…
Reference in New Issue
Block a user