X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint_preempt%2Fcfg%2Fcfg_sem.h;fp=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint_preempt%2Fcfg%2Fcfg_sem.h;h=0000000000000000000000000000000000000000;hb=6a6962e53cd67677151d10b382bbb7d37d4efd83;hp=86ed110d143afb1e894f7ab81d8408a3c0e3acc2;hpb=e35d406ad6b59984f63a70a8df0e56d665557327;p=bertos.git diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/cfg/cfg_sem.h b/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/cfg/cfg_sem.h deleted file mode 100644 index 86ed110d..00000000 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/cfg/cfg_sem.h +++ /dev/null @@ -1,48 +0,0 @@ -/** - * \file - * - * - * \brief Kernel semaphores configuration parameters. - * - * \version $Id$ - * \author Bernie Innocenti - */ - -#ifndef CFG_SEM_H -#define CFG_SEM_H - -/** - * Re-entrant mutual exclusion primitives. - * $WIZ$ type = "autoenabled" - */ -#define CONFIG_KERN_SEMAPHORES 1 - -#endif /* CFG_SEM_H */