From 7c504629d2d85947dbb0c8523a84d94594ee3731 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Apr 2013 19:06:53 -0500 Subject: schedsim_priority/config.c: Disable use of bsp.h --- schedsim/shell/schedsim_priority/config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'schedsim/shell/schedsim_priority/config.c') 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 -- cgit v1.2.3