From: asterix Date: Tue, 21 Apr 2009 15:27:31 +0000 (+0000) Subject: Add new line at the end of file. X-Git-Tag: 2.1.0~73 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=9ef85961c4d82f210fad41b2573e73056fce1369;p=bertos.git Add new line at the end of file. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2609 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/drv/pwm_arm.c b/bertos/cpu/arm/drv/pwm_arm.c index 77a6a68b..690122f9 100644 --- a/bertos/cpu/arm/drv/pwm_arm.c +++ b/bertos/cpu/arm/drv/pwm_arm.c @@ -44,13 +44,10 @@ #ifndef WIZ_AUTOGEN #warning This file is deprecated, you should use pwm_at91.c +#if CPU_ARM_AT91 + #include "pwm_at91.c" +/*#elif Add other ARM families here */ +#else + #error Unknown CPU +#endif - #include - - #if CPU_ARM_AT91 - #include "pwm_at91.c" - /*#elif Add other ARM families here */ - #else - #error Unknown CPU - #endif -#endif /* WIZ_AUTOGEN */ \ No newline at end of file diff --git a/bertos/cpu/arm/drv/stepper_arm.c b/bertos/cpu/arm/drv/stepper_arm.c index 485a3903..91d23562 100644 --- a/bertos/cpu/arm/drv/stepper_arm.c +++ b/bertos/cpu/arm/drv/stepper_arm.c @@ -42,13 +42,12 @@ */ #ifndef WIZ_AUTOGEN #warning This file is deprecated, you should use stepper_at91.c - #include - #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 +#if CPU_ARM_AT91 + #include "stepper_at91.c" +/*#elif Add other ARM families here */ +#else + #error Unknown CPU +#endif +