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