git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3899 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
4152c2a919
commit
faeafd8a6c
|
@ -78,7 +78,7 @@ typedef uint32_t fileoffset_t;
|
|||
*
|
||||
* @brief @p BaseFileStream virtual methods table.
|
||||
*/
|
||||
struct BaseFilelStreamVMT {
|
||||
struct BaseFileStreamVMT {
|
||||
_base_file_stream_methods
|
||||
};
|
||||
|
||||
|
@ -90,7 +90,7 @@ struct BaseFilelStreamVMT {
|
|||
*/
|
||||
typedef struct {
|
||||
/** @brief Virtual Methods Table.*/
|
||||
const struct FileStreamVMT *vmt;
|
||||
const struct BaseFileStreamVMT *vmt;
|
||||
_base_file_stream_data
|
||||
} BaseFileStream;
|
||||
|
||||
|
|
Loading…
Reference in New Issue