X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_sem.h;fp=boards%2Fsam3n-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_sem.h;h=0000000000000000000000000000000000000000;hb=9d9897ace0aced3f2559a7b445cae34f83dd9329;hp=51811da430dc673eb60a2345fbd27202d6b88b82;hpb=cbdd295b3172dbfc635ff6895e5eaa0b92e07180;p=bertos.git diff --git a/boards/sam3n-ek/templates/empty/cfg/cfg_sem.h b/boards/sam3n-ek/templates/empty/cfg/cfg_sem.h deleted file mode 100644 index 51811da4..00000000 --- a/boards/sam3n-ek/templates/empty/cfg/cfg_sem.h +++ /dev/null @@ -1,47 +0,0 @@ -/** - * \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 */