Add new line at the end of file.
[bertos.git] / bertos / cpu / arm / drv / pwm_arm.c
index d643739ce9b4df752a254fea1b390ecfb1bf5d6d..690122f9ea5a840b88e8643f119bb5f181f5b6bd 100644 (file)
  *
  * \author Daniele Basile <asterix@develer.com>
  *
- * This module is automatically included so no need to include 
+ * 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 pwm_at91.c
 #if CPU_ARM_AT91
        #include "pwm_at91.c"
 /*#elif  Add other ARM families here */
 #else
        #error Unknown CPU
 #endif
+