summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal/puterr.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal/puterr.c')
-rw-r--r--testsuites/sptests/spfatal/puterr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spfatal/puterr.c b/testsuites/sptests/spfatal/puterr.c
index 26f1a69d2c..cc274ddadd 100644
--- a/testsuites/sptests/spfatal/puterr.c
+++ b/testsuites/sptests/spfatal/puterr.c
@@ -51,7 +51,7 @@ char *Errors[] = {
/* Task states */
void put_error(
- rtems_unsigned32 error,
+ uint32_t error,
rtems_status_code expected
)
{