summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/debug.h')
-rw-r--r--cpukit/score/include/rtems/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h
index 1229c05a2a..4a4def3d8b 100644
--- a/cpukit/score/include/rtems/debug.h
+++ b/cpukit/score/include/rtems/debug.h
@@ -26,7 +26,7 @@ extern "C" {
* The following type is used to manage the debug mask.
*/
-typedef unsigned32 rtems_debug_control;
+typedef uint32_t rtems_debug_control;
/*
* These constants represent various classes of debugging.