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