summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z16/include/types.h')
-rw-r--r--nuttx/arch/z16/include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z16/include/types.h b/nuttx/arch/z16/include/types.h
index 60b81c716..890779849 100644
--- a/nuttx/arch/z16/include/types.h
+++ b/nuttx/arch/z16/include/types.h
@@ -69,7 +69,7 @@ typedef unsigned int uint32;
* irqsave()
*/
-typedef unsigned int irqstate_t;
+typedef unsigned short irqstate_t;
#endif /* __ASSEMBLY__ */