pwm_arm.h

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