Reformat.
[bertos.git] / bertos / drv / thermo.c
index fb8cbb7958ccda1bedc1a59444bcd58534118b18..d8e2742e6843bb4287594d59f71b236098e311a3 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-/*#*
- *#* $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.
- *#*
- *#* Revision 1.1  2005/11/04 17:59:47  bernie
- *#* Import into DevLib.
- *#*
- *#*/
-#include <thermo_map.h>
-#include <hw_thermo.h>
+#include "hw/thermo_map.h"
+#include "hw/hw_thermo.h"
+
+#include <cfg/module.h>
+#include <cfg/macros.h>
+#include <cfg/debug.h>
 
 #include <drv/thermo.h>
 #include <drv/timer.h>
 #include <drv/ntc.h>
 
-#include <cfg/macros.h>
-#include <cfg/debug.h>
 
 
 /** Interval at which thermo control is performed. */