Add new line at the end of file.
[bertos.git] / bertos / cpu / arm / drv / stepper_arm.c
index f39c5a22cc71638028a0c6921e9f6061b6492795..91d2356263982eb8f9b3c51a5a9f3435a2176716 100644 (file)
@@ -26,7 +26,7 @@
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2008 Develer S.r.l. (http://www.develer.com/)
  *
  * -->
  *
  *
  * \author Daniele Basile <asterix@develer.com>
  *
+ * This module is automatically included so no need to include
+ * in test list.
+ * notest: arm
  */
-
-#include <cpu/detect.h>
+#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"
@@ -46,3 +50,4 @@
 #else
        #error Unknown CPU
 #endif
+