Fixed a typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5640 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
30a552991b
commit
0a15af8209
|
@ -249,8 +249,8 @@ typedef enum {
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
USB_EP0_WAITING_SETUP, /**< Waiting for SETUP data. */
|
USB_EP0_WAITING_SETUP, /**< Waiting for SETUP data. */
|
||||||
USB_EP0_TX, /**< Trasmitting. */
|
USB_EP0_TX, /**< Transmitting. */
|
||||||
USB_EP0_WAITING_TX0, /**< Waiting transmit 0 */
|
USB_EP0_WAITING_TX0, /**< Waiting transmit 0. */
|
||||||
USB_EP0_WAITING_STS, /**< Waiting status. */
|
USB_EP0_WAITING_STS, /**< Waiting status. */
|
||||||
USB_EP0_RX, /**< Receiving. */
|
USB_EP0_RX, /**< Receiving. */
|
||||||
USB_EP0_SENDING_STS, /**< Sending status. */
|
USB_EP0_SENDING_STS, /**< Sending status. */
|
||||||
|
|
Loading…
Reference in New Issue