X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fio%2Fat91_twi.h;h=ed08d8002fc4e84b4a3926bed1cf87e68136da5c;hb=b9e1e52093d33494bf4a8ca27c14a56a25b6e0bc;hp=1d7be6ab8f0b25a1ace275d2590a5329bda7ee35;hpb=345f93de1963f49bdb194d2b06c8c5d7ba0a3e5f;p=bertos.git diff --git a/bertos/cpu/arm/io/at91_twi.h b/bertos/cpu/arm/io/at91_twi.h index 1d7be6ab..ed08d800 100644 --- a/bertos/cpu/arm/io/at91_twi.h +++ b/bertos/cpu/arm/io/at91_twi.h @@ -30,7 +30,6 @@ * * --> * - * \version $Id$ * * \author Francesco Sacchi * @@ -158,7 +157,7 @@ #define TWI_GACC 0x00000020 ///< General call access. */ -#if CPU_ARM_AT91SAM7X256 || CPU_ARM_AT91SAM7X128 +#if CPU_ARM_SAM7X #define TWI_OVRE 6 ///< Overrun error. #define TWI_UNRE 7 ///< Underrun error. #endif