Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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 RTOS
Commits
2d9668fb
Commit
2d9668fb
authored
8 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix a typo in a comment
parent
acbfa47f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TODO
+1
-1
1 addition, 1 deletion
TODO
drivers/mmcsd/mmcsd_sdio.c
+1
-0
1 addition, 0 deletions
drivers/mmcsd/mmcsd_sdio.c
with
2 additions
and
1 deletion
TODO
+
1
−
1
View file @
2d9668fb
...
...
@@ -414,7 +414,7 @@ o Memory Management (mm/)
So in this case, NuttX work just link Linux or or *nix systems:
All memory allocated by processes or threads in processes will
be recovered when the process exi
s
ts.
be recovered when the process exits.
But not for the flat memory build. In that case, the issues
above do apply. There is no safe way to recover the memory in
...
...
This diff is collapsed.
Click to expand it.
drivers/mmcsd/mmcsd_sdio.c
+
1
−
0
View file @
2d9668fb
...
...
@@ -1476,6 +1476,7 @@ static ssize_t mmcsd_readmultiple(FAR struct mmcsd_state_s *priv,
{
offset
=
startblock
<<
priv
->
blockshift
;
}
finfo
(
"nbytes=%d byte offset=%d
\n
"
,
nbytes
,
offset
);
/* Select the block size for the card */
...
...
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