X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Ftriface%2Ftemplates%2Fempty%2Fcfg%2Fcfg_sem.h;h=51811da430dc673eb60a2345fbd27202d6b88b82;hb=356c1c4a942fc69c57e107ed3ea1ac8e551e2513;hp=86ed110d143afb1e894f7ab81d8408a3c0e3acc2;hpb=6fb0102bc46916d4c3771e7c608bb093bc504480;p=bertos.git diff --git a/boards/triface/templates/empty/cfg/cfg_sem.h b/boards/triface/templates/empty/cfg/cfg_sem.h index 86ed110d..51811da4 100644 --- a/boards/triface/templates/empty/cfg/cfg_sem.h +++ b/boards/triface/templates/empty/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 1 +#define CONFIG_KERN_SEMAPHORES 0 #endif /* CFG_SEM_H */