Add new line at the end of file.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Apr 2009 15:27:31 +0000 (15:27 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Apr 2009 15:27:31 +0000 (15:27 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2609 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/drv/pwm_arm.c
bertos/cpu/arm/drv/stepper_arm.c

index 77a6a68be6c989b6a932f04272b5ff4a31973157..690122f9ea5a840b88e8643f119bb5f181f5b6bd 100644 (file)
 
 #ifndef WIZ_AUTOGEN
        #warning This file is deprecated, you should use pwm_at91.c
+#if CPU_ARM_AT91
+       #include "pwm_at91.c"
+/*#elif  Add other ARM families here */
+#else
+       #error Unknown CPU
+#endif
 
-       #include <cpu/detect.h>
-
-       #if CPU_ARM_AT91
-               #include "pwm_at91.c"
-       /*#elif  Add other ARM families here */
-       #else
-               #error Unknown CPU
-       #endif
-#endif  /* WIZ_AUTOGEN */
\ No newline at end of file
index 485a39036b00297b79e5ed78d2306275c2fcda01..91d2356263982eb8f9b3c51a5a9f3435a2176716 100644 (file)
  */
 #ifndef WIZ_AUTOGEN
        #warning This file is deprecated, you should use stepper_at91.c
-
        #include <cpu/detect.h>
 
-       #if CPU_ARM_AT91
-               #include "stepper_at91.c"
-       /*#elif  Add other ARM families here */
-       #else
-               #error Unknown CPU
-       #endif
-#endif /* WIZ_AUTOGEN */
\ No newline at end of file
+#if CPU_ARM_AT91
+       #include "stepper_at91.c"
+/*#elif  Add other ARM families here */
+#else
+       #error Unknown CPU
+#endif
+