Reformat.
[bertos.git] / bertos / drv / phase.c
index b56aa61d3807121d3382395f8613201860a82ea6..27ae92fe696d4a4637cca35a6a86f713a8cc9cb1 100644 (file)
@@ -37,7 +37,7 @@
  */
 
 
-#include "hw_phase.h"
+#include "hw/hw_phase.h"
 
 #include <cfg/macros.h>
 #include <cfg/compiler.h>
@@ -50,8 +50,9 @@
 
 #include <math.h>
 
-#warning FIXME:Generalize this moduele for all target supported.
+#warning TODO:Generalize this moduele for all target supported.
 
+#if 0
 /** Array  of triacs */
 static Triac triacs[TRIAC_CNT];
 
@@ -191,3 +192,5 @@ void phase_init(void)
        DB(phase_initialized = true;)
        IRQ_RESTORE(flags);
 }
+#endif
+