Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CaroloCup
FreeRTOSHAL
fhal-driver
Commits
b66858b9
Commit
b66858b9
authored
May 15, 2016
by
Andreas Werner
Browse files
fix problems
parent
c989fc01
Changes
1
Hide whitespace changes
Inline
Side-by-side
example/example_dev1.c
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
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment