/** * \file * * * \brief Kernel semaphores configuration parameters. * * \author Bernie Innocenti */ #ifndef CFG_SEM_H #define CFG_SEM_H /** * Re-entrant mutual exclusion primitives. * $WIZ$ type = "autoenabled" */ #define CONFIG_KERN_SEMAPHORES 0 #endif /* CFG_SEM_H */