Fixed compiler warning

This commit is contained in:
adamdunkels 2009-09-09 21:10:35 +00:00
parent 1980253ba3
commit 49e9b0bdcb
1 changed files with 3 additions and 3 deletions

View File

@ -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>