From c7c6b11aa2874696bdaa04ca16d9406af7c17ed3 Mon Sep 17 00:00:00 2001 From: arighi Date: Wed, 19 May 2010 12:57:25 +0000 Subject: [PATCH] lpc-p2378: unify kernel footprint and context switch naming in the wizard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3725 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/ek-lpc-p2378/benchmark/context_switch/.spec | 2 +- boards/ek-lpc-p2378/benchmark/kernel_footprint/.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/ek-lpc-p2378/benchmark/context_switch/.spec b/boards/ek-lpc-p2378/benchmark/context_switch/.spec index 6b39acfe..f01f113d 100644 --- a/boards/ek-lpc-p2378/benchmark/context_switch/.spec +++ b/boards/ek-lpc-p2378/benchmark/context_switch/.spec @@ -1 +1 @@ -name = 'context_switch preset' \ No newline at end of file +name = 'BeRTOS context switch' diff --git a/boards/ek-lpc-p2378/benchmark/kernel_footprint/.spec b/boards/ek-lpc-p2378/benchmark/kernel_footprint/.spec index 719fa583..b3e5b1d5 100644 --- a/boards/ek-lpc-p2378/benchmark/kernel_footprint/.spec +++ b/boards/ek-lpc-p2378/benchmark/kernel_footprint/.spec @@ -1 +1 @@ -name = 'kernel_footprint preset' \ No newline at end of file +name = 'BeRTOS kernel footprint' -- 2.25.1