projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Host.h
diff --git
a/LUFA/Drivers/USB/LowLevel/Host.h
b/LUFA/Drivers/USB/LowLevel/Host.h
index
0eb4843
..
b1d60af
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Host.h
+++ b/
LUFA/Drivers/USB/LowLevel/Host.h
@@
-179,8
+179,7
@@
*
\r
* For information on each state, refer to the USB 2.0 specification. Some states have
\r
*
\r
*
\r
* For information on each state, refer to the USB 2.0 specification. Some states have
\r
*
\r
- * \see USBTask.h for information on the global variable USB_HostState, which stores the
\r
- * current host state machine state.
\r
+ * \see \ref USB_HostState, which stores the current host state machine state.
\r
*/
\r
enum USB_Host_States_t
\r
{
\r
*/
\r
enum USB_Host_States_t
\r
{
\r
@@
-202,7
+201,7
@@
\r
/** Enum for the error codes for the \ref USB_HostError event.
\r
*
\r
\r
/** Enum for the error codes for the \ref USB_HostError event.
\r
*
\r
- * \see
Events.h
for more information on this event.
\r
+ * \see
\ref Group_Events
for more information on this event.
\r
*/
\r
enum USB_Host_ErrorCodes_t
\r
{
\r
*/
\r
enum USB_Host_ErrorCodes_t
\r
{
\r
@@
-216,7
+215,7
@@
\r
/** Enum for the error codes for the \ref USB_DeviceEnumerationFailed event.
\r
*
\r
\r
/** Enum for the error codes for the \ref USB_DeviceEnumerationFailed event.
\r
*
\r
- * \see
Events.h
for more information on this event.
\r
+ * \see
\ref Group_Events
for more information on this event.
\r
*/
\r
enum USB_Host_EnumerationErrorCodes_t
\r
{
\r
*/
\r
enum USB_Host_EnumerationErrorCodes_t
\r
{
\r