diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2015-08-30 15:36:03 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2015-08-30 15:36:03 +1000 |
commit | 56ef2b192cf09762ce726de3da3647782f6c1ef2 (patch) | |
tree | a022c3cd2cf03deee4c01d9546e9ac17215dd2b5 /LUFA/DoxygenPages | |
parent | e10b5ffe94e1cea8aa9a97edf4a547fe00ae80ef (diff) | |
download | lufa-56ef2b192cf09762ce726de3da3647782f6c1ef2.tar.gz lufa-56ef2b192cf09762ce726de3da3647782f6c1ef2.tar.bz2 lufa-56ef2b192cf09762ce726de3da3647782f6c1ef2.zip |
Minor documentation improvements.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/DoxygenPages/CompileTimeTokens.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 811937a1a..f57ea8f58 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -22,6 +22,7 @@ * * <b>Fixed:</b> * - Fixed broken XMEGA serial stream driver due to missing USART base pointer parameter (thanks to William Patterson) + * - Fixed incorrect signature reported in the CDC/DFU bootloaders for the AT90USB82 (thanks to NicoHood) * * \section Sec_ChangeLog140928 Version 140928 * <b>New:</b> diff --git a/LUFA/DoxygenPages/CompileTimeTokens.txt b/LUFA/DoxygenPages/CompileTimeTokens.txt index 00b543904..92adf0dcc 100644 --- a/LUFA/DoxygenPages/CompileTimeTokens.txt +++ b/LUFA/DoxygenPages/CompileTimeTokens.txt @@ -113,7 +113,7 @@ * On the smaller USB AVRs, the USB controller lacks VBUS events to determine the physical connection state of the USB bus to a host. In lieu of * VBUS events, the library attempts to determine the connection state via the bus suspension and wake up events instead. This however may be * slightly inaccurate due to the possibility of the host suspending the bus while the device is still connected. If accurate connection status is - * required, the VBUS line of the USB connector should be routed to an AVR pin to detect its level, so that the USB_DeviceState global + * required, the VBUS line of the USB connector should be routed to an AVR pin to detect its level, so that the \ref USB_DeviceState global * can be accurately set and the \ref EVENT_USB_Device_Connect() and \ref EVENT_USB_Device_Disconnect() events manually raised by the user application. * When defined, this token disables the library's auto-detection of the connection state by the aforementioned suspension and wake up events. * |