From 734853f97857102c7898d9e51cf26438022a830b Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 6 May 2010 15:29:10 +0000 Subject: [PATCH] Fix comments. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3621 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c | 2 +- boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c b/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c index 661bb54b..92d78016 100644 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c +++ b/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c @@ -46,7 +46,7 @@ * Note: by default this project compile without any compile optimization, so if we * want to try to change it go to kernel_footprint_coop_user.mk, and add the flag * in the section kernel_footprint_coop_USER_CPPFLAGS. - * To see the effect optimization flag you shoul clean the project and rebuild it. + * To see the flag optimization effects you shoul clean the project and rebuild it. */ #include diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c b/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c index 8ac5068f..ea9bc90f 100644 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c +++ b/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c @@ -46,6 +46,7 @@ * Note by default this project compile without any compile optimization, so if we * want to try to change it go to kernel_footprint_preempt_user.mk, and add the flag * in the section kernel_footprint_preempt_USER_CPPFLAGS. + * To see the flag optimization effects you shoul clean the project and rebuild it. */ #include -- 2.25.1