aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3B/USBController_UC3B.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-27 18:25:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-27 18:25:29 +0000
commit92b3553a077200253adbc016d8e79fd4e67f1b42 (patch)
tree22fcf54d8e2f46514483b925db693e090fa1c81f /LUFA/Drivers/USB/Core/UC3B/USBController_UC3B.h
parent4a3b70e72710abc5232915d07b0e0691d29aaef4 (diff)
downloadlufa-92b3553a077200253adbc016d8e79fd4e67f1b42.tar.gz
lufa-92b3553a077200253adbc016d8e79fd4e67f1b42.tar.bz2
lufa-92b3553a077200253adbc016d8e79fd4e67f1b42.zip
General cleanup and more port work to the AVR32 UC3B.
Diffstat (limited to 'LUFA/Drivers/USB/Core/UC3B/USBController_UC3B.h')
-rw-r--r--LUFA/Drivers/USB/Core/UC3B/USBController_UC3B.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/LUFA/Drivers/USB/Core/UC3B/USBController_UC3B.h b/LUFA/Drivers/USB/Core/UC3B/USBController_UC3B.h
index 7eb69cd4d..56ee252d5 100644
--- a/LUFA/Drivers/USB/Core/UC3B/USBController_UC3B.h
+++ b/LUFA/Drivers/USB/Core/UC3B/USBController_UC3B.h
@@ -123,8 +123,6 @@
/* Inline Functions: */
/** Determines if the VBUS line is currently high (i.e. the USB host is supplying power).
*
- * \note This function is not available on some AVR models which do not support hardware VBUS monitoring.
- *
* \return Boolean \c true if the VBUS line is currently detecting power from a host, \c false otherwise.
*/
static inline bool USB_VBUS_GetStatus(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE;
@@ -193,10 +191,6 @@
* this function). To statically set the USB options, pass in the \c USE_STATIC_OPTIONS token,
* defined to the appropriate options masks. When the options are statically set, this
* parameter does not exist in the function prototype.
- * \n\n
- *
- * \note The mode parameter does not exist on devices where only one mode is possible, such as USB
- * AVR models which only implement the USB device mode in hardware.
*
* \see \ref Group_Device for the \c USB_DEVICE_OPT_* masks.
*/