Documentation fixes and more utility macros.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@941 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
62a6638eb5
commit
a7b4044f9e
|
@ -97,7 +97,7 @@ struct FullDuplexDriverVMT {
|
|||
};
|
||||
|
||||
/**
|
||||
* @extends GenericSerialDriver
|
||||
* @extends BaseAsynchronousChannel
|
||||
*
|
||||
* @brief Full duplex serial driver class.
|
||||
* @details This class extends @p GenericSerialDriver by adding physical I/O
|
||||
|
|
Loading…
Reference in New Issue