#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
*/
#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
+