From f1597b21dbfbfceb5224956a041d84dc0aaeefb0 Mon Sep 17 00:00:00 2001 From: arighi Date: Thu, 13 May 2010 16:35:50 +0000 Subject: [PATCH] benchmark: "semaphores" module should be a dependency for kernel_footprint. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3695 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/benchmark/kernel_footprint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/benchmark/kernel_footprint.h b/bertos/benchmark/kernel_footprint.h index 64a33e40..3df0a0c6 100644 --- a/bertos/benchmark/kernel_footprint.h +++ b/bertos/benchmark/kernel_footprint.h @@ -35,7 +35,7 @@ * \brief Kernel footprint benchmark. * * $WIZ$ module_name = "kernel_footprint" - * $WIZ$ module_depends = "kfile", "kern", "signal", "msg", "event" + * $WIZ$ module_depends = "kfile", "kern", "signal", "msg", "semaphores", "event" */ #ifndef BENCHMARK_KERNEL_FOOTPRINT_H -- 2.25.1