summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32c/rtems/score/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/m32c/rtems/score/types.h')
-rw-r--r--cpukit/score/cpu/m32c/rtems/score/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/m32c/rtems/score/types.h b/cpukit/score/cpu/m32c/rtems/score/types.h
index 8b3c28f4ac..f25f5a61ab 100644
--- a/cpukit/score/cpu/m32c/rtems/score/types.h
+++ b/cpukit/score/cpu/m32c/rtems/score/types.h
@@ -32,7 +32,7 @@ extern "C" {
*/
/** This defines the type for a priority bit map entry. */
-typedef uint16_t Priority_Bit_map_control;
+typedef uint16_t Priority_bit_map_Control;
/** This defines the return type for an ISR entry point. */
typedef void m32c_isr;