X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flpc2378%2Fcfg%2Fcfg_signal.h;fp=examples%2Flpc2378%2Fcfg%2Fcfg_signal.h;h=fabbb666022f9e8de8fb590bc22be22dbc3c77d1;hb=ab067bd420a6e48b25d66444d97ee229b48bcb23;hp=0000000000000000000000000000000000000000;hpb=8284fb65c8c8f9fd233da33fd08f1f81b64cb94b;p=bertos.git diff --git a/examples/lpc2378/cfg/cfg_signal.h b/examples/lpc2378/cfg/cfg_signal.h new file mode 100644 index 00000000..fabbb666 --- /dev/null +++ b/examples/lpc2378/cfg/cfg_signal.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Kernel signals configuration parameters + * + * \version $Id: cfg_signal.h 2418 2009-03-25 15:57:34Z batt $ + * \author Bernie Innocenti + */ + +#ifndef CFG_SIGNAL_H +#define CFG_SIGNAL_H + +/** + * Inter-process signals. + * $WIZ$ type = "autoenabled" + */ +#define CONFIG_KERN_SIGNALS 0 + +#endif /* CFG_SIGNAL_H */