Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
ed8ad18f
Commit
ed8ad18f
authored
14 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Fix Doxygen typos in Device.h.
parent
f6e1eaba
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
LUFA/Drivers/USB/LowLevel/Device.h
+3
-3
3 additions, 3 deletions
LUFA/Drivers/USB/LowLevel/Device.h
with
3 additions
and
3 deletions
LUFA/Drivers/USB/LowLevel/Device.h
+
3
−
3
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment