X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_sem.h;h=905f0455e926600395b53fb9cb0645dece14d974;hb=87feaf9cb13d9023f2c4c61b9e9ad46652f1f679;hp=2a6de7a910bf1d34a4cb7ec491dc81880a6973c7;hpb=84cf056f574c42a3bd577bf3929498acac7c897e;p=bertos.git diff --git a/boards/triface/benchmark/kernel_footprint/cfg/cfg_sem.h b/boards/triface/benchmark/kernel_footprint/cfg/cfg_sem.h index 2a6de7a9..905f0455 100644 --- a/boards/triface/benchmark/kernel_footprint/cfg/cfg_sem.h +++ b/boards/triface/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 */