X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_sem.h;h=905f0455e926600395b53fb9cb0645dece14d974;hb=fbc4cfcfaf7efe9e326807a90b892e5c2836feef;hp=2a6de7a910bf1d34a4cb7ec491dc81880a6973c7;hpb=6a6962e53cd67677151d10b382bbb7d37d4efd83;p=bertos.git diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_sem.h b/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_sem.h index 2a6de7a9..905f0455 100644 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_sem.h +++ b/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_sem.h @@ -32,7 +32,6 @@ * * \brief Kernel semaphores configuration parameters. * - * \version $Id$ * \author Bernie Innocenti */ @@ -43,6 +42,6 @@ * Re-entrant mutual exclusion primitives. * $WIZ$ type = "autoenabled" */ -#define CONFIG_KERN_SEMAPHORES 0 +#define CONFIG_KERN_SEMAPHORES 1 #endif /* CFG_SEM_H */