diff --git a/include/nuttx/fs/hostfs.h b/include/nuttx/fs/hostfs.h index cd98ba3994..499565b4c6 100644 --- a/include/nuttx/fs/hostfs.h +++ b/include/nuttx/fs/hostfs.h @@ -108,7 +108,7 @@ typedef int16_t nuttx_blksize_t; typedef int16_t nuttx_gid_t; typedef int16_t nuttx_uid_t; -typedef uint16_t nuttx_dev_t; +typedef uint32_t nuttx_dev_t; typedef uint16_t nuttx_ino_t; typedef uint16_t nuttx_nlink_t; #ifdef CONFIG_FS_LARGEFILE