summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp20/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp20/system.h')
-rw-r--r--testsuites/sptests/sp20/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp20/system.h b/testsuites/sptests/sp20/system.h
index 86d96507b7..2b50dee2d1 100644
--- a/testsuites/sptests/sp20/system.h
+++ b/testsuites/sptests/sp20/system.h
@@ -18,7 +18,7 @@
/* types */
struct counters {
- rtems_unsigned32 count[7];
+ uint32_t count[7];
};
/* functions */