X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Ftwi_arm.c;h=efbc34a10f542582c25c958f80e4af2dfe484b6d;hb=6970f4233dd70293d45f2df4406c581128e887dc;hp=4b67aea8407bf182ad1350d997d532397ef7aa93;hpb=dadc5ec2c820ae7305d585427be6a296e3f98a8b;p=bertos.git diff --git a/bertos/cpu/arm/drv/twi_arm.c b/bertos/cpu/arm/drv/twi_arm.c index 4b67aea8..efbc34a1 100644 --- a/bertos/cpu/arm/drv/twi_arm.c +++ b/bertos/cpu/arm/drv/twi_arm.c @@ -32,17 +32,24 @@ * * \brief Low-level TWI module for ARM (inplementation). * - * \version $Id$ * * \author Daniele Basile * + * This module is automatically included so no need to include + * in test list. + * notest: arm + * */ -#include +#ifndef WIZ_AUTOGEN + #warning This file is deprecated, you should use twi_at91.c + + #include -#if CPU_ARM_AT91 - #include "twi_at91.c" -/*#elif Add other ARM families here */ -#else - #error Unknown CPU -#endif + #if CPU_ARM_AT91 + #include "twi_at91.c" + /*#elif Add other ARM families here */ + #else + #error Unknown CPU + #endif +#endif /* WIZ_AUTOGEN */