git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1002 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c94601bac3
commit
a83063db26
|
@ -382,7 +382,7 @@
|
||||||
* @details This module defines an abstract interface for I/O channels. Note
|
* @details This module defines an abstract interface for I/O channels. Note
|
||||||
* that no code is present, I/O channels are just abstract classes-like
|
* that no code is present, I/O channels are just abstract classes-like
|
||||||
* structures, you should look at the systems as to a set of abstract C++
|
* structures, you should look at the systems as to a set of abstract C++
|
||||||
* classes (even if implemented in C). Specific device drivers can use/extend
|
* classes (even if written in C). Specific device drivers can use/extend
|
||||||
* the interfaces and implement them.<br>
|
* the interfaces and implement them.<br>
|
||||||
* This system has the advantage to make the access to channels
|
* This system has the advantage to make the access to channels
|
||||||
* independent from the implementation logic. As example, an I/O channel
|
* independent from the implementation logic. As example, an I/O channel
|
||||||
|
|
Loading…
Reference in New Issue