Fix hw includes. Remove CVS logs. Reformat.
[bertos.git] / bertos / drv / phase.c
index e30f46681e2694a562dc537ec21807df9ed9df72..e88fd08371e517e5ccc3aabe50df9b3751b5728c 100644 (file)
  * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
  * -->
  *
- * \version $Id$
- *
  * \brief Phase control driver (implementation)
  *
  * \version $Id$
+ *
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-#include <drv/timer.h>
 
+#include "hw/hw_phase.h"
 
 #include <cfg/macros.h>
-#include <cpu/irq.h>
-#include <cpu/types.h>
 #include <cfg/compiler.h>
 
+#include <cpu/irq.h>
+#include <cpu/types.h>
 
-#include <hw_phase.h>
+#include <drv/timer.h>
 #include <drv/phase.h>
 
 #include <math.h>
 
+#warning FIXME:Generalize this moduele for all target supported.
+
 /** Array  of triacs */
 static Triac triacs[TRIAC_CNT];