Fixed some struct names.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15156 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
4bd621b1cb
commit
3e8c949549
|
@ -154,7 +154,7 @@ struct vfs_fatfs_driver_vmt {
|
|||
/**
|
||||
* @brief Type of a structure representing a VFS FatFS driver.
|
||||
*/
|
||||
typedef struct vfs_drv_streams {
|
||||
typedef struct vfs_fatfs_driver {
|
||||
/**
|
||||
* @brief Virtual Methods Table.
|
||||
*/
|
||||
|
|
|
@ -124,7 +124,7 @@ struct vfs_overlay_driver_vmt {
|
|||
/**
|
||||
* @brief Type of a structure representing a VFS Overlay driver.
|
||||
*/
|
||||
typedef struct vfs_drv_overlay {
|
||||
typedef struct vfs_overlay_driver {
|
||||
/**
|
||||
* @brief Virtual Methods Table.
|
||||
*/
|
||||
|
|
|
@ -164,7 +164,7 @@ struct vfs_streams_driver_vmt {
|
|||
/**
|
||||
* @brief Type of a structure representing a VFS streams driver.
|
||||
*/
|
||||
typedef struct vfs_drv_streams {
|
||||
typedef struct vfs_streams_driver {
|
||||
/**
|
||||
* @brief Virtual Methods Table.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue