X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Ftemplates%2Fempty%2Fcfg%2Fcfg_sem.h;h=51811da430dc673eb60a2345fbd27202d6b88b82;hb=b46f64914c62fbb0297728280478681659469654;hp=86ed110d143afb1e894f7ab81d8408a3c0e3acc2;hpb=cd19c6e09a32747c2da6e62204e4b74c7502d200;p=bertos.git diff --git a/boards/stm32-p103/templates/empty/cfg/cfg_sem.h b/boards/stm32-p103/templates/empty/cfg/cfg_sem.h index 86ed110d..51811da4 100644 --- a/boards/stm32-p103/templates/empty/cfg/cfg_sem.h +++ b/boards/stm32-p103/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 */