stepper_arm.c

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