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

Last change on this file since d1f9281 was b38dbcc, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/14 at 14:55:21

Many files: rm white space at EOL and EOF

  • Property mode set to 100644
File size: 203 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>
Note: See TracBrowser for help on using the repository browser.