aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/USBController_UC3.h
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2019-09-06 15:53:07 -0700
committerDrashna Jael're <drashna@live.com>2019-09-06 15:53:07 -0700
commit0dfd13588686bb5e3da0eab99b2426261c3b4d14 (patch)
treea26927541c77349244d2bc043f7795eb41f2e068 /LUFA/Drivers/USB/Core/UC3/USBController_UC3.h
parentce10f7642b0459e409839b23cc91498945119b4d (diff)
parent6d9077370b613e9bf26d5d5e03481258873efa02 (diff)
downloadlufa-0dfd13588686bb5e3da0eab99b2426261c3b4d14.tar.gz
lufa-0dfd13588686bb5e3da0eab99b2426261c3b4d14.tar.bz2
lufa-0dfd13588686bb5e3da0eab99b2426261c3b4d14.zip
Merge in changes from upstream
Diffstat (limited to 'LUFA/Drivers/USB/Core/UC3/USBController_UC3.h')
-rw-r--r--LUFA/Drivers/USB/Core/UC3/USBController_UC3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Core/UC3/USBController_UC3.h b/LUFA/Drivers/USB/Core/UC3/USBController_UC3.h
index 5b56dbbf6..6b56f6dce 100644
--- a/LUFA/Drivers/USB/Core/UC3/USBController_UC3.h
+++ b/LUFA/Drivers/USB/Core/UC3/USBController_UC3.h
@@ -97,7 +97,7 @@
/* Public Interface - May be used in end-application: */
/* Macros: */
/** \name USB Controller Option Masks */
- //@{
+ /**@{*/
/** Selects one of the system's main clock oscillators as the input clock to the USB Generic Clock source
* generation module. This indicates that an external oscillator should be used directly instead of an
* internal PLL clock source.
@@ -115,7 +115,7 @@
/** Selects PLL or External Oscillator 1 as the USB Generic Clock source module input clock. */
#define USB_OPT_GCLK_CHANNEL_1 (0 << 3)
- //@}
+ /**@}*/
#if !defined(USB_STREAM_TIMEOUT_MS) || defined(__DOXYGEN__)
/** Constant for the maximum software timeout period of the USB data stream transfer functions