Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 10:11:49 +0000 (10:11 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 10:11:49 +0000 (10:11 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1364 38d2e660-2303-0410-9eaa-f027e97ec537

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