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
147dc520
Commit
147dc520
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in Freedom KL25Z function name. From Alan Carvalho de Assis
parent
75c9ba5f
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
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
configs/freedom-kl25z/src/kl_spi.c
+1
-1
1 addition, 1 deletion
configs/freedom-kl25z/src/kl_spi.c
with
3 additions
and
1 deletion
ChangeLog
+
2
−
0
View file @
147dc520
...
...
@@ -5481,4 +5481,6 @@
driver taken from another architecture. There is very little
useful in this initial check-in (2013-8-29).
* Remove all empty and most useless README.txt files (2013-8-31)
* configs/freedom-kl25z/src/kl_spi.c: Correct typo in name of a
function. From Alan Carvalho de Assis (2013-8-31).
This diff is collapsed.
Click to expand it.
configs/freedom-kl25z/src/kl_spi.c
+
1
−
1
View file @
147dc520
...
...
@@ -195,7 +195,7 @@ uint8_t kl_spi0status(FAR struct spi_dev_s *dev, enum spi_dev_e devid)
#endif
#ifdef CONFIG_KL_SPI1
uint8_t
kl_spi
2
status
(
FAR
struct
spi_dev_s
*
dev
,
enum
spi_dev_e
devid
)
uint8_t
kl_spi
1
status
(
FAR
struct
spi_dev_s
*
dev
,
enum
spi_dev_e
devid
)
{
return
0
;
}
...
...
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