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