projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added HID class bootloader, compatible with a modified version of the command line...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
OTG.h
diff --git
a/LUFA/Drivers/USB/LowLevel/OTG.h
b/LUFA/Drivers/USB/LowLevel/OTG.h
index
5995afd
..
5e096ca
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/OTG.h
+++ b/
LUFA/Drivers/USB/LowLevel/OTG.h
@@
-1,13
+1,13
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
0
.
+ Copyright (C) Dean Camera, 201
1
.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 201
0
Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 201
1
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
@@
-97,7
+97,7
@@
/** Determines if the device is currently sending a HNP to an attached host.
*
/** Determines if the device is currently sending a HNP to an attached host.
*
- * \return Boolean
true if currently sending a HNP to the other connected device,
false otherwise
+ * \return Boolean
\c true if currently sending a HNP to the other connected device, \c
false otherwise
*/
static inline bool USB_OTG_Device_IsSendingHNP(void) ATTR_ALWAYS_INLINE;
static inline bool USB_OTG_Device_IsSendingHNP(void)
*/
static inline bool USB_OTG_Device_IsSendingHNP(void) ATTR_ALWAYS_INLINE;
static inline bool USB_OTG_Device_IsSendingHNP(void)
@@
-141,7
+141,7
@@
/** Indicates if the connected device is not currently sending a HNP request.
*
/** Indicates if the connected device is not currently sending a HNP request.
*
- * \return Boolean
true if a HNP is currently being issued by the connected device,
false otherwise.
+ * \return Boolean
\c true if a HNP is currently being issued by the connected device, \c
false otherwise.
*/
static inline bool USB_OTG_Host_IsHNPReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE;
static inline bool USB_OTG_Host_IsHNPReceived(void)
*/
static inline bool USB_OTG_Host_IsHNPReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE;
static inline bool USB_OTG_Host_IsHNPReceived(void)