Refactor to use new protocol module and sipo.
[bertos.git] / bertos / cpu / arm / drv / adc_arm.c
index 788785515ff9bc11f73c6de5fe0c3dcf635268cb..3b7463d94b05c686570d5fbdb7651c5b6d41366f 100644 (file)
  *
  * \brief Low-level ADC 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
+ *
  */
 
-#include <cpu/detect.h>
+#ifndef WIZ_AUTOGEN
+       #warning This file is deprecated, you should use adc_at91.c
+
+       #include <cpu/detect.h>
 
-#if CPU_ARM_AT91
-       #include "adc_at91.c"
-/*#elif  Add other ARM families here */
-#else
-       #error Unknown CPU
-#endif
+       #if CPU_ARM_AT91
+               #include "adc_at91.c"
+       /*#elif  Add other ARM families here */
+       #else
+               #error Unknown CPU
+       #endif
+#endif  /* WIZ_AUTOGEN */