X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_signal.h;fp=boards%2Fat91sam7x-ek%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_signal.h;h=0000000000000000000000000000000000000000;hb=45a5ed5a6f4ccb4cf34e54b92eccb486436bc469;hp=ce5324ec10ea5086817a3f77e054e8fe38e3ac1e;hpb=fbc4cfcfaf7efe9e326807a90b892e5c2836feef;p=bertos.git diff --git a/boards/at91sam7x-ek/benchmark/context_switch/cfg/cfg_signal.h b/boards/at91sam7x-ek/benchmark/context_switch/cfg/cfg_signal.h deleted file mode 100644 index ce5324ec..00000000 --- a/boards/at91sam7x-ek/benchmark/context_switch/cfg/cfg_signal.h +++ /dev/null @@ -1,47 +0,0 @@ -/** - * \file - * - * - * \brief Kernel signals configuration parameters - * - * \author Bernie Innocenti - */ - -#ifndef CFG_SIGNAL_H -#define CFG_SIGNAL_H - -/** - * Inter-process signals. - * $WIZ$ type = "autoenabled" - */ -#define CONFIG_KERN_SIGNALS 1 - -#endif /* CFG_SIGNAL_H */