git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8671 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-01-02 11:04:23 +00:00
parent fd7ef5cb56
commit 4c12fb1364
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ been back-ported to previous stable branches.
position and size. position and size.
- Improved Serial-USB driver. - Improved Serial-USB driver.
- New buffers queue object. - New buffers queue object.
- Modified thedriver to reject write/read attempts if the - Modified the driver to reject write/read attempts if the
underlying USB is not in active state. In case of disconnection the underlying USB is not in active state. In case of disconnection the
SDU driver broadcasts a CHN_DISCONNECTED event. SDU driver broadcasts a CHN_DISCONNECTED event.
- Improved CAN driver. - Improved CAN driver.