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