From 49e9b0bdcb18e83be64bd20c8abbc75380411146 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 9 Sep 2009 21:10:35 +0000 Subject: [PATCH] Fixed compiler warning --- core/sys/timetable.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/sys/timetable.c b/core/sys/timetable.c index 100f024d0..3187e5102 100644 --- a/core/sys/timetable.c +++ b/core/sys/timetable.c @@ -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 */ - +#include "sys/clock.h" #include "sys/timetable.h" #include