[rtems-schedsim commit] schedsim_priority/config.c: Disable use of bsp.h
Joel Sherrill
joel at rtems.org
Wed May 1 16:05:22 UTC 2013
Module: rtems-schedsim
Branch: master
Commit: 7c504629d2d85947dbb0c8523a84d94594ee3731
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=7c504629d2d85947dbb0c8523a84d94594ee3731
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Tue Apr 30 19:06:53 2013 -0500
schedsim_priority/config.c: Disable use of bsp.h
---
schedsim/shell/schedsim_priority/config.c | 2 ++
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>
More information about the vc
mailing list