summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 18:16:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 18:16:22 +0000
commit89703c313afb6d92c5fd3d26e4f8711cdfe9f694 (patch)
tree149b38fad392d93464191ac0def911d7a8002cb9 /testsuites/tmtests
parentPatch rtems-rc-20000104-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-89703c313afb6d92c5fd3d26e4f8711cdfe9f694.tar.bz2
Patch from Jay Kulpinski <jskulpin@eng01.gdds.com> to make sure
RTEMS_TM27 is defined before the bsp.h is included.
Diffstat (limited to 'testsuites/tmtests')
-rw-r--r--testsuites/tmtests/tm27/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/tm27/task1.c b/testsuites/tmtests/tm27/task1.c
index 017fb01048..0c50f3d0a7 100644
--- a/testsuites/tmtests/tm27/task1.c
+++ b/testsuites/tmtests/tm27/task1.c
@@ -17,9 +17,9 @@
*/
#define TEST_INIT
+#define RTEMS_TM27
#include "system.h"
-#define RTEMS_TM27
#include <bsp.h>
rtems_task Task_1(