adc_arm.h

Go to the documentation of this file.
00001 
00042 #include <cpu/detect.h>
00043 
00044 #if CPU_ARM_AT91
00045     #include "adc_at91.h"
00046 /*#elif  Add other ARM families here */
00047 #else
00048     #error Unknown CPU
00049 #endif