summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp08/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp08/init.c')
-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 );