From ef2d608bb7394839777dc9eb1098c5377ac6c5b6 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 6 Feb 2009 17:14:21 +0000 Subject: [PATCH] Fix comments. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2315 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/adc.h | 2 +- bertos/drv/thermo.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bertos/drv/adc.h b/bertos/drv/adc.h index c3987279..d1b8b56b 100644 --- a/bertos/drv/adc.h +++ b/bertos/drv/adc.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \brief ADC driver (interface) + * \brief Analog to Digital Converter driver (ADC). * * \version $Id$ * \author Francesco Sacchi diff --git a/bertos/drv/thermo.h b/bertos/drv/thermo.h index cb44d399..9055274d 100644 --- a/bertos/drv/thermo.h +++ b/bertos/drv/thermo.h @@ -32,11 +32,6 @@ * * \brief Thermo-control driver. * - * \version $Id$ - * - * \author Giovanni Bajo - * \author Francesco Sacchi - * * This module implements multiple thermo controls, which is the logic needed to try * keeping the temperature of a device constant. For this module, a "device" is a black box * whose temperature can be measured, and which has a mean to make it hotter or colder. @@ -47,6 +42,11 @@ * of the black box). This low-level driver also controls the units in which the temperature * is expressed: thermo control treats it just as a number. * + * \version $Id$ + * + * \author Giovanni Bajo + * \author Francesco Sacchi + * * $WIZARD_MODULE = { * "name" : "thermo", * "depends" : ["timer", "ntc"], -- 2.25.1