adc_arm.c
Go to the documentation of this file.00001 00046 #ifndef WIZ_AUTOGEN 00047 #warning This file is deprecated, you should use adc_at91.c 00048 00049 #include <cpu/detect.h> 00050 00051 #if CPU_ARM_AT91 00052 #include "adc_at91.c" 00053 /*#elif Add other ARM families here */ 00054 #else 00055 #error Unknown CPU 00056 #endif 00057 #endif /* WIZ_AUTOGEN */
