Typos.
[bertos.git] / bertos / cpu / arm / drv / stepper_arm.c
index 91d2356263982eb8f9b3c51a5a9f3435a2176716..446ba1da14344d3150ddd5d862d3474240fa8228 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
+       #if CPU_ARM_AT91
+               #include "stepper_at91.c"
+       /*#elif  Add other ARM families here */
+       #else
+               #error Unknown CPU
+       #endif
+#endif /* WIZ_AUTOGEN */