X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fthermo.h;h=693c086dbf4884a40515863dab3a5d0448672dc8;hb=90f88fab4f3a104f59f619047d66fc7069d67f69;hp=81d96d43a88ff824719754adb40e8f31ee05ba59;hpb=bcf38f772b397e7a8ba781a69aacb9380e54b32a;p=bertos.git diff --git a/drv/thermo.h b/drv/thermo.h old mode 100755 new mode 100644 index 81d96d43..693c086d --- a/drv/thermo.h +++ b/drv/thermo.h @@ -1,8 +1,33 @@ /** * \file * * * \brief Thermo-control driver @@ -26,6 +51,9 @@ /*#* *#* $Log$ + *#* Revision 1.3 2006/09/20 20:12:41 marco + *#* Names convention, MOD_* macros. + *#* *#* Revision 1.2 2006/07/19 12:56:26 bernie *#* Convert to new Doxygen style. *#* @@ -88,7 +116,7 @@ thermostatus_t thermo_status(ThermoDev dev); * \param dev Device * \return Current temperature (Celsius degrees * 10) */ -deg_t thermo_read_temperature(ThermoDev dev); +deg_t thermo_readTemperature(ThermoDev dev); #endif /* DRV_THERMO_H */