summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp08
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 09:13:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:39 +0100
commitbdd4eb8786a7bac71ea9e95c2b313b0014e77f81 (patch)
tree1f629d20a3b6e57b62aca5d6c8a52cde29f0cdce /testsuites/sptests/sp08
parentrtems: Move internal structures to asrdata.h (diff)
downloadrtems-bdd4eb8786a7bac71ea9e95c2b313b0014e77f81.tar.bz2
rtems: Remove Modes_Control
Use rtems_mode directly. This is in line with rtems_attribute and rtems_option. Update #3598.
Diffstat (limited to 'testsuites/sptests/sp08')
-rw-r--r--testsuites/sptests/sp08/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/sptests/sp08/init.c b/testsuites/sptests/sp08/init.c
index 6a9ee76119..98a7fccdcf 100644
--- a/testsuites/sptests/sp08/init.c
+++ b/testsuites/sptests/sp08/init.c
@@ -20,8 +20,7 @@ const char rtems_test_name[] = "SP 8";
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
-#define PRIxModes_Control PRIx32
-#define PRIxrtems_mode PRIxModes_Control
+#define PRIxrtems_mode PRIx32
#define put_mode( _comment, _output_mode ) \
printf( "%s %08" PRIxrtems_mode "\n", _comment, _output_mode );