source: rtems-schedsim/schedsim/shell/schedsim_priority/config.c @ 7c50462

Last change on this file since 7c50462 was 7c50462, checked in by Joel Sherrill <joel.sherrill@…>, on 05/01/13 at 00:06:53

schedsim_priority/config.c: Disable use of bsp.h

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