X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Fstepper_arm.c;h=485a39036b00297b79e5ed78d2306275c2fcda01;hb=b2b6682c1fe2af606646349ab6eef857214bdcb0;hp=d27402c07751b8db93a37226a408663897bd772a;hpb=11da44352fcd4d33b173c976db45293ac1a87cca;p=bertos.git diff --git a/bertos/cpu/arm/drv/stepper_arm.c b/bertos/cpu/arm/drv/stepper_arm.c index d27402c0..485a3903 100644 --- a/bertos/cpu/arm/drv/stepper_arm.c +++ b/bertos/cpu/arm/drv/stepper_arm.c @@ -36,13 +36,19 @@ * * \author Daniele Basile * + * This module is automatically included so no need to include + * in test list. + * notest: arm */ +#ifndef WIZ_AUTOGEN + #warning This file is deprecated, you should use stepper_at91.c -#include + #include -#if CPU_ARM_AT91 - #include "stepper_at91.c" -/*#elif Add other ARM families here */ -#else - #error Unknown CPU -#endif + #if CPU_ARM_AT91 + #include "stepper_at91.c" + /*#elif Add other ARM families here */ + #else + #error Unknown CPU + #endif +#endif /* WIZ_AUTOGEN */ \ No newline at end of file