mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Fixed compiler warning
This commit is contained in:
parent
1980253ba3
commit
49e9b0bdcb
@ -28,16 +28,16 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: timetable.c,v 1.2 2008/02/28 22:43:40 oliverschmidt Exp $
|
||||
* $Id: timetable.c,v 1.3 2009/09/09 21:10:35 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file
|
||||
* A brief description of what this file is.
|
||||
* Implementation of timetable, a data structure containing timestamps for events
|
||||
* \author
|
||||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
#include "sys/clock.h"
|
||||
#include "sys/timetable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user