提交 675fa482 编写于 作者: pangweishende's avatar pangweishende

modified the comments of block device geometry structure, to tell everyone the...

modified the comments of block device geometry structure, to tell everyone the unit of block_size is byte.
上级 086b87f2
......@@ -844,7 +844,7 @@ struct rt_device_blk_geometry
{
rt_uint32_t sector_count; /**< count of sectors */
rt_uint32_t bytes_per_sector; /**< number of bytes per sector */
rt_uint32_t block_size; /**< size to erase one block */
rt_uint32_t block_size; /**< number of bytes to erase one block */
};
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册