Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / phase.c
index 8a64c708ef42a89d9e5a2653e5c534d8f7dc68f5..e88fd08371e517e5ccc3aabe50df9b3751b5728c 100644 (file)
  * \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];