From: batt Date: Fri, 8 Aug 2008 09:54:13 +0000 (+0000) Subject: fix warning: missing terminating ' character on 4.2 compilers. X-Git-Tag: 2.0.0~360 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=cf9f73744b8dff129c1ec91ba6e7e430e6164b3a;p=bertos.git fix warning: missing terminating ' character on 4.2 compilers. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1574 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/io/at91sam7.h b/bertos/cpu/arm/io/at91sam7.h index 712344b9..ae1661ad 100644 --- a/bertos/cpu/arm/io/at91sam7.h +++ b/bertos/cpu/arm/io/at91sam7.h @@ -272,7 +272,7 @@ #define TIO_PIO_ABSR PIOA_BSR #else - #error No Timer Counter pins' names definition for selected ARM CPU + #error No Timer Counter names of pins efinition for selected ARM CPU #endif /*\}*/ @@ -307,7 +307,7 @@ #define PWM_PIO_ABSR PIOA_BSR #else - #error No PWM pins' names definition for selected ARM CPU + #error No PWM names of pins definition for selected ARM CPU #endif /*\}*/ @@ -325,7 +325,7 @@ #define TWCK 4 //PA4 #else - #error No TWI pins' names definition for selected ARM CPU + #error No TWI names of pins definition for selected ARM CPU #endif /** @@ -347,7 +347,7 @@ #define AD3 16 // PA20 #else - #error No ADC pins' names definition for selected ARM CPU + #error No ADC names of pins definition for selected ARM CPU #endif /*\}*/