X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Flpc2378%2Fcfg%2Fcfg_sem.h;fp=examples%2Flpc2378%2Fcfg%2Fcfg_sem.h;h=0000000000000000000000000000000000000000;hb=ccd15e30330f168e9c48aab01b8efb81e4b39998;hp=1d3c674fdc57b10d308c731d5177638be690d82f;hpb=391b4f8d9c82c413f2cd11fb3ba3aeb311f62184;p=bertos.git diff --git a/examples/lpc2378/cfg/cfg_sem.h b/examples/lpc2378/cfg/cfg_sem.h deleted file mode 100644 index 1d3c674f..00000000 --- a/examples/lpc2378/cfg/cfg_sem.h +++ /dev/null @@ -1,48 +0,0 @@ -/** - * \file - * - * - * \brief Kernel semaphores configuration parameters. - * - * \version $Id: cfg_sem.h 2418 2009-03-25 15:57:34Z batt $ - * \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 */