Documentation fix.

This commit is contained in:
adamdunkels 2007-05-22 20:58:49 +00:00
parent 95706ae1aa
commit 9277197506

View file

@ -9,7 +9,7 @@
/** /**
* \file * \file
* Header file for the real-time module. * Header file for the real-time timer module.
* \author * \author
* Adam Dunkels <adam@sics.se> * Adam Dunkels <adam@sics.se>
* *
@ -45,7 +45,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* @(#)$Id: rtimer.h,v 1.4 2007/05/17 00:24:29 adamdunkels Exp $ * @(#)$Id: rtimer.h,v 1.5 2007/05/22 20:58:49 adamdunkels Exp $
*/ */
#ifndef __RTIMER_H__ #ifndef __RTIMER_H__
#define __RTIMER_H__ #define __RTIMER_H__