Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fhal-driver
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
CaroloCup
FreeRTOSHAL
fhal-driver
Commits
b66858b9
Commit
b66858b9
authored
8 years ago
by
Andreas Werner
Browse files
Options
Downloads
Patches
Plain Diff
fix problems
parent
c989fc01
Branches
lpc8xx
Branches containing commit
Tags
v1.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example/example_dev1.c
+2
-2
2 additions, 2 deletions
example/example_dev1.c
with
2 additions
and
2 deletions
example/example_dev1.c
+
2
−
2
View file @
b66858b9
...
...
@@ -62,9 +62,9 @@ static struct example ex0 = {
EXAMPLE_INIT_DEV
(
exDev1
)
HAL_NAME
(
"Example 1 Driver 0"
)
};
EXAMPLE_ADDDEV
(
exDev
0
,
ex0
);
EXAMPLE_ADDDEV
(
exDev
1
,
ex0
);
static
struct
example
ex1
=
{
EXAMPLE_INIT_DEV
(
exDev1
)
HAL_NAME
(
"Example 1 Driver 0"
)
};
EXAMPLE_ADDDEV
(
exDev
0
,
ex1
);
EXAMPLE_ADDDEV
(
exDev
1
,
ex1
);
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