From 7f0be579f5edc900b99f18defcc8be380f9f084f Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 27 Apr 2009 14:22:45 +0000 Subject: [PATCH] Fix include path. Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2679 38d2e660-2303-0410-9eaa-f027e97ec537 --- examples/at91sam7/at91sam7.c | 4 ++-- examples/at91sam7/at91sam7s.mk | 2 +- examples/at91sam7/at91sam7x.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/at91sam7/at91sam7.c b/examples/at91sam7/at91sam7.c index 04ee19f2..70e21f9c 100644 --- a/examples/at91sam7/at91sam7.c +++ b/examples/at91sam7/at91sam7.c @@ -102,14 +102,14 @@ static void leds_init(void) #define FIRST_LED 0x100000 #define SET_PIO_BITS PIOB_SODR #define CLEAR_PIO_BITS PIOB_CODR - #define AT91SAM7_MSG "BeRTOS is run on AT91SAM7X256..\n" + #define AT91SAM7_MSG "BeRTOS is running on AT91SAM7X256..\n" #elif CPU_ARM_AT91SAM7S256 #define GET_PIO_STATUS() (~PIOA_ODSR & 0x0000000f) #define LAST_LED 0x00000004 #define FIRST_LED 0x00000002 #define SET_PIO_BITS PIOA_SODR #define CLEAR_PIO_BITS PIOA_CODR - #define AT91SAM7_MSG "BeRTOS is run on AT91SAM7S256..\n" + #define AT91SAM7_MSG "BeRTOS is running on AT91SAM7S256..\n" #endif /* diff --git a/examples/at91sam7/at91sam7s.mk b/examples/at91sam7/at91sam7s.mk index 55fc19cf..8674874b 100644 --- a/examples/at91sam7/at91sam7s.mk +++ b/examples/at91sam7/at91sam7s.mk @@ -41,7 +41,7 @@ at91sam7s_CPPASRC = \ at91sam7s_PREFIX = arm-none-eabi- at91sam7s_CPPAFLAGS = -O0 -g -gdwarf-2 -g -gen-debug -at91sam7s_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7S256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7s -Ibertos/cpu/arm +at91sam7s_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7S256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7 -Ibertos/cpu/arm at91sam7s_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch at91sam7s_CPU = arm7tdmi diff --git a/examples/at91sam7/at91sam7x.mk b/examples/at91sam7/at91sam7x.mk index 404d92da..5330106c 100644 --- a/examples/at91sam7/at91sam7x.mk +++ b/examples/at91sam7/at91sam7x.mk @@ -41,7 +41,7 @@ at91sam7x_CPPASRC = \ at91sam7x_PREFIX = arm-none-eabi- at91sam7x_CPPAFLAGS = -O0 -g -gdwarf-2 -g -gen-debug -at91sam7x_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7X256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7x -Ibertos/cpu/arm +at91sam7x_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7X256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7 -Ibertos/cpu/arm at91sam7x_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch at91sam7x_CPU = arm7tdmi -- 2.25.1