Remove \version svn tag.
[bertos.git] / boards / at91sam7x-ek / benchmark / kernel_footprint / cfg / cfg_sem.h
index 2a6de7a910bf1d34a4cb7ec491dc81880a6973c7..905f0455e926600395b53fb9cb0645dece14d974 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  0
+#define CONFIG_KERN_SEMAPHORES  1
 
 #endif /*  CFG_SEM_H */