Remove \version svn tag.
[bertos.git] / bertos / cpu / arm / drv / stepper_arm.c
index f39c5a22cc71638028a0c6921e9f6061b6492795..93d02d92d99762aeb50f88a2cc2393c969a3c520 100644 (file)
  * 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/)
  *
  * -->
  *
  * \brief Low-level stepper timer module for ARM (inplementation).
  *
- * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
+ * This module is automatically included so no need to include
+ * in test list.
+ * notest: arm
  */
+#ifndef WIZ_AUTOGEN
+       #warning This file is deprecated, you should use stepper_at91.c
 
-#include <cpu/detect.h>
+       #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 */
 
-#if CPU_ARM_AT91
-       #include "stepper_at91.c"
-/*#elif  Add other ARM families here */
-#else
-       #error Unknown CPU
-#endif