Reformat.
[bertos.git] / bertos / drv / pwm_test.c
index 6097e95b791f4efa14caef2edf0ef29f6b750fc3..447b3d59b12079e0f41c45dcf2e846a860f8cb09 100644 (file)
@@ -37,6 +37,9 @@
  * \author Daniele Basile <asterix@develer.com>
  */
 
+#include <cfg/macros.h>
+#include <cfg/debug.h>
+
 #include <cpu/types.h>
 #include <cpu/irq.h>
 
 #include <drv/timer.h>
 #include <drv/sysirq_at91.h>
 
-#include <cfg/macros.h>
-#include <cfg/debug.h>
-
-
-#warning FIXME: This test is target specific, refactor it to be generic for all target!
-
-#if 0
 #include <io/arm.h>
 
 /*
@@ -159,6 +155,5 @@ int main(void)
 
 }
 
-#endif