X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Fat91sam7s%2Fcfg%2Fcfg_signal.h;fp=examples%2Fat91sam7s%2Fcfg%2Fcfg_signal.h;h=ed85119b76ac12953b3445437d3d32fbe20a83fe;hb=d2ecd94debd768bf03d2f5b0ec4640d3456a6100;hp=0000000000000000000000000000000000000000;hpb=2d5cb81a00b3789872b3147f6cfc920c6d59ca3e;p=bertos.git diff --git a/examples/at91sam7s/cfg/cfg_signal.h b/examples/at91sam7s/cfg/cfg_signal.h new file mode 100644 index 00000000..ed85119b --- /dev/null +++ b/examples/at91sam7s/cfg/cfg_signal.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Kernel signals configuration parameters + * + * \version $Id$ + * \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 */