summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-30 19:06:53 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-30 19:07:12 -0500
commit7c504629d2d85947dbb0c8523a84d94594ee3731 (patch)
tree781ed3ee067885eeed8e20c7bd86aae7b6102e21
parentschedsim/rtems/wkspace.c: Update to match current prototype (diff)
downloadrtems-schedsim-7c504629d2d85947dbb0c8523a84d94594ee3731.tar.bz2
schedsim_priority/config.c: Disable use of bsp.h
-rw-r--r--schedsim/shell/schedsim_priority/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedsim/shell/schedsim_priority/config.c b/schedsim/shell/schedsim_priority/config.c
index 227f912..d60d24c 100644
--- a/schedsim/shell/schedsim_priority/config.c
+++ b/schedsim/shell/schedsim_priority/config.c
@@ -3,5 +3,7 @@
#define CONFIGURE_INIT
#define CONFIGURE_MAXIMUM_TASKS 1000
#define CONFIGURE_MAXIMUM_SEMAPHORES 1000
+
+#define CONFIGURE_DISABLE_BSP_SETTINGS
#include <confdefs.h>