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