Remove \version svn tag.
[bertos.git] / boards / stm32-p103 / templates / empty / cfg / cfg_sem.h
index 86ed110d143afb1e894f7ab81d8408a3c0e3acc2..51811da430dc673eb60a2345fbd27202d6b88b82 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Kernel semaphores configuration parameters.
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
@@ -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 */