source: rtems-schedsim/schedsim/shell/schedsim_priority/config.c @ 957ce33

Last change on this file since 957ce33 was abb18dc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/25/11 at 15:53:10

Initial import.

  • Property mode set to 100644
File size: 164 bytes
Line 
1#include <rtems.h>
2
3#define CONFIGURE_INIT
4#define CONFIGURE_MAXIMUM_TASKS             1000
5#define CONFIGURE_MAXIMUM_SEMAPHORES        1000
6#include <confdefs.h>
7
Note: See TracBrowser for help on using the repository browser.