Small documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15176 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
eb5c5ba204
commit
054317d9cf
|
@ -56,9 +56,9 @@ struct BaseObjectVMT {
|
|||
};
|
||||
|
||||
/**
|
||||
* @brief Base stream class.
|
||||
* @details This class represents a generic blocking unbuffered sequential
|
||||
* data stream.
|
||||
* @brief Base object class.
|
||||
* @details This class represents a generic object including a virtual
|
||||
* methods table (VMT).
|
||||
*/
|
||||
typedef struct {
|
||||
/** @brief Virtual Methods Table.*/
|
||||
|
|
Loading…
Reference in New Issue