aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-03 09:57:31 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-03 09:57:31 +0000
commitb369aa2cc67015ba5fab3b17a56ea81a2086125d (patch)
tree91a5374b1d0468aebb4ef494db39b96182ac345b /LUFA/Drivers/USB
parent4dece08bef10a23a9702b6ddb67401400119cbce (diff)
downloadlufa-b369aa2cc67015ba5fab3b17a56ea81a2086125d.tar.gz
lufa-b369aa2cc67015ba5fab3b17a56ea81a2086125d.tar.bz2
lufa-b369aa2cc67015ba5fab3b17a56ea81a2086125d.zip
Added board hardware driver support for the Olimex AVR-USB-162 development board (thanks to Steve Fawcett).
Diffstat (limited to 'LUFA/Drivers/USB')
-rw-r--r--LUFA/Drivers/USB/LowLevel/Host.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/Host.h b/LUFA/Drivers/USB/LowLevel/Host.h
index 3f639c158..aae1fa2f0 100644
--- a/LUFA/Drivers/USB/LowLevel/Host.h
+++ b/LUFA/Drivers/USB/LowLevel/Host.h
@@ -139,20 +139,20 @@
*
* \note Do not manually change to this state in the user code.
*/
- HOST_STATE_Powered_WaitForDeviceSettle = 4, /**< Internally implemented by the library. This state indicates
+ HOST_STATE_Powered_WaitForDeviceSettle = 4, /**< Internally implemented by the library. This state indicates
* that the stack is waiting for the initial settling period to
* elapse before beginning the enumeration process.
*
* \note Do not manually change to this state in the user code.
*/
- HOST_STATE_Powered_WaitForConnect = 5, /**< Internally implemented by the library. This state indicates
+ HOST_STATE_Powered_WaitForConnect = 5, /**< Internally implemented by the library. This state indicates
* that the stack is waiting for a connection event from the USB
* controller to indicate a valid USB device has been attached to
* the bus and is ready to be enumerated.
*
* \note Do not manually change to this state in the user code.
*/
- HOST_STATE_Powered_DoReset = 6, /**< Internally implemented by the library. This state indicates
+ HOST_STATE_Powered_DoReset = 6, /**< Internally implemented by the library. This state indicates
* that a valid USB device has been attached, and that it is
* will now be reset to ensure it is ready for enumeration.
*