Merge pull request #372 from pangweishen/master

update the change logs
This commit is contained in:
Bernard Xiong 2014-11-04 13:38:23 +08:00
commit 1a1e9220c0
2 changed files with 1246 additions and 1033 deletions

File diff suppressed because it is too large Load Diff

View File

@ -844,7 +844,7 @@ struct rt_device_blk_geometry
{ {
rt_uint32_t sector_count; /**< count of sectors */ rt_uint32_t sector_count; /**< count of sectors */
rt_uint32_t bytes_per_sector; /**< number of bytes per sector */ 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 */
}; };
/** /**