X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fat91sam7x%2Fcfg%2Fcfg_signal.h;fp=examples%2Fat91sam7x%2Fcfg%2Fcfg_signal.h;h=86feb72658d71d8c5620946246f03dc75f609e9f;hb=676de7015522237793874ac6eb17a0264f06e86c;hp=0000000000000000000000000000000000000000;hpb=6a7f7153724fd0f4392ba94715e44ed643e661fb;p=bertos.git diff --git a/examples/at91sam7x/cfg/cfg_signal.h b/examples/at91sam7x/cfg/cfg_signal.h new file mode 100644 index 00000000..86feb726 --- /dev/null +++ b/examples/at91sam7x/cfg/cfg_signal.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Kernel signals configuration parameters + * + * \version $Id: cfg_signal.h 2429 2009-03-25 16:30:24Z batt $ + * \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 */