summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/include/types.h')
-rw-r--r--nuttx/arch/z80/include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/include/types.h b/nuttx/arch/z80/include/types.h
index d650e5a01..ade00123a 100644
--- a/nuttx/arch/z80/include/types.h
+++ b/nuttx/arch/z80/include/types.h
@@ -76,7 +76,7 @@ typedef unsigned long uint32;
* irqsave()
*/
-typedef unsigned char irqstate_t;
+typedef uint16 irqstate_t;
#endif /* __ASSEMBLY__ */