summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp02/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp02/system.h')
-rw-r--r--testsuites/smptests/smp02/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/smptests/smp02/system.h b/testsuites/smptests/smp02/system.h
index 269c7c0b11..ebe243fd9d 100644
--- a/testsuites/smptests/smp02/system.h
+++ b/testsuites/smptests/smp02/system.h
@@ -50,7 +50,7 @@ rtems_task Test_task(
typedef struct {
bool IsLocked;
- int cpu_num;
+ uint32_t cpu_num;
uint32_t task_index;
} Log_t;