summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_priority/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_priority/config.c')
-rw-r--r--schedsim/shell/schedsim_priority/config.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedsim/shell/schedsim_priority/config.c b/schedsim/shell/schedsim_priority/config.c
new file mode 100644
index 0000000..227f912
--- /dev/null
+++ b/schedsim/shell/schedsim_priority/config.c
@@ -0,0 +1,7 @@
+#include <rtems.h>
+
+#define CONFIGURE_INIT
+#define CONFIGURE_MAXIMUM_TASKS 1000
+#define CONFIGURE_MAXIMUM_SEMAPHORES 1000
+#include <confdefs.h>
+