Fix hw include. Reformat.
[bertos.git] / bertos / drv / thermo.c
index f9dd86cf281791f51a1ec504b8f83dd4f1ee0c6e..cfc1014f2211000002e4277df1ab3c9bbc2a2572 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-#include <hw/thermo_map.h>
-#include <hw/hw_thermo.h>
+#include "thermo_map.h"
+#include "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. */