Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nuttx-apps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
f4grx
nuttx-apps
Commits
0f83209b
Commit
0f83209b
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Trivial updates assocaited with USB host mass storage and SAMA5 EHCI
parent
1094bbb3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/usbmsc/usbmsc_main.c
+2
-0
2 additions, 0 deletions
examples/usbmsc/usbmsc_main.c
with
2 additions
and
0 deletions
examples/usbmsc/usbmsc_main.c
+
2
−
0
View file @
0f83209b
...
@@ -582,6 +582,8 @@ int msconn_main(int argc, char *argv[])
...
@@ -582,6 +582,8 @@ int msconn_main(int argc, char *argv[])
* that the USB mass storage device is already configured). There is
* that the USB mass storage device is already configured). There is
* no handshaking so there is a race condition: We will check again
* no handshaking so there is a race condition: We will check again
* when the daemon is started.
* when the daemon is started.
*
* REVISIT: This might a good application for vfork();
*/
*/
if
(
g_usbmsc
.
mshandle
)
if
(
g_usbmsc
.
mshandle
)
...
...
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