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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
6b59c9b8
Commit
6b59c9b8
authored
14 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Minor documentation phrasing changes.
parent
12fb68ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LUFA/Drivers/USB/HighLevel/USBTask.h
+5
-5
5 additions, 5 deletions
LUFA/Drivers/USB/HighLevel/USBTask.h
with
5 additions
and
5 deletions
LUFA/Drivers/USB/HighLevel/USBTask.h
+
5
−
5
View file @
6b59c9b8
...
...
@@ -97,7 +97,7 @@
*
* This value may be altered by the user application to implement the \ref HOST_STATE_Addressed,
* \ref HOST_STATE_Configured and \ref HOST_STATE_Suspended states which are not implemented by
* the library.
* the library
internally
.
*
* To reduce program size and speed up checks of this global, it can be placed into one of the AVR's
* GPIOR hardware registers instead of RAM by defining the HOST_STATE_AS_GPIOR token to a value
...
...
@@ -153,7 +153,7 @@
#endif
/* Function Prototypes: */
/** This is the main USB management task. The USB driver requires
that
this task be executed
/** This is the main USB management task. The USB driver requires this task
to
be executed
* continuously when the USB system is active (device attached in host mode, or attached to a host
* in device mode) in order to manage USB communications. This task may be executed inside an RTOS,
* fast timer ISR or the main user application loop.
...
...
@@ -191,9 +191,9 @@
#endif
/* Macros: */
#define HOST_TASK_NONBLOCK_WAIT(
d
uration,
n
ext
s
tate) MACROS{ USB_HostState = HOST_STATE_WaitForDevice; \
WaitMSRemaining = (
d
uration); \
PostWaitState = (
n
ext
s
tate); }MACROE
#define HOST_TASK_NONBLOCK_WAIT(
D
uration,
N
ext
S
tate) MACROS{ USB_HostState
= HOST_STATE_WaitForDevice; \
WaitMSRemaining = (
D
uration);
\
PostWaitState
= (
N
ext
S
tate); }MACROE
#endif
/* Disable C linkage for C++ Compilers: */
...
...
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