Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
ed8ad18f
Commit
ed8ad18f
authored
Aug 24, 2010
by
Dean Camera
Browse files
Fix Doxygen typos in Device.h.
parent
f6e1eaba
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/USB/LowLevel/Device.h
View file @
ed8ad18f
...
...
@@ -75,10 +75,10 @@
* USB interface should be initialized in low speed (1.5Mb/s) mode.
*
* \note Low Speed mode is not available on all USB AVR models.
* \n
\n
* \n
*
* \note Restrictions apply on the number, size and type of endpoints which can be used
* when running in low speed mode -
-
refer to the USB 2.0 s
tandard
.
* when running in low speed mode - refer to the USB 2.0 s
pecification
.
*/
#define USB_DEVICE_OPT_LOWSPEED (1 << 0)
#endif
...
...
@@ -150,7 +150,7 @@
USB_INT_Enable
(
USB_INT_SOFI
);
}
/** Disables the device mode Start Of Frame events. When disabled, this stop the firing of the
/** Disables the device mode Start Of Frame events. When disabled, this stop
s
the firing of the
* \ref EVENT_USB_Device_StartOfFrame() event when enumerated in device mode.
*/
static
inline
void
USB_Device_DisableSOFEvents
(
void
)
ATTR_ALWAYS_INLINE
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment